From bb227bd0cb6b8cdfb10279bd0b712ef84daaed6d Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Sun, 3 Nov 2019 17:31:30 +0200 Subject: [PATCH] Increase oatpp version to '0.19.10' --- async-server-rooms/CMakeLists.txt | 4 ++-- async-server/CMakeLists.txt | 4 ++-- client-binance.com/CMakeLists.txt | 6 +++--- client-mbedtls/CMakeLists.txt | 6 +++--- client/CMakeLists.txt | 4 ++-- server/CMakeLists.txt | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/async-server-rooms/CMakeLists.txt b/async-server-rooms/CMakeLists.txt index b1a7ee5..8eb13df 100644 --- a/async-server-rooms/CMakeLists.txt +++ b/async-server-rooms/CMakeLists.txt @@ -21,8 +21,8 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 0.19.9 REQUIRED) -find_package(oatpp-websocket 0.19.9 REQUIRED) +find_package(oatpp 0.19.10 REQUIRED) +find_package(oatpp-websocket 0.19.10 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp diff --git a/async-server/CMakeLists.txt b/async-server/CMakeLists.txt index 0ac5acd..8f52eea 100644 --- a/async-server/CMakeLists.txt +++ b/async-server/CMakeLists.txt @@ -17,8 +17,8 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 0.19.9 REQUIRED) -find_package(oatpp-websocket 0.19.9 REQUIRED) +find_package(oatpp 0.19.10 REQUIRED) +find_package(oatpp-websocket 0.19.10 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp diff --git a/client-binance.com/CMakeLists.txt b/client-binance.com/CMakeLists.txt index 1df1612..1f65178 100644 --- a/client-binance.com/CMakeLists.txt +++ b/client-binance.com/CMakeLists.txt @@ -20,9 +20,9 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 0.19.9 REQUIRED) -find_package(oatpp-websocket 0.19.9 REQUIRED) -find_package(oatpp-mbedtls 0.19.9 REQUIRED) +find_package(oatpp 0.19.10 REQUIRED) +find_package(oatpp-websocket 0.19.10 REQUIRED) +find_package(oatpp-mbedtls 0.19.10 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp diff --git a/client-mbedtls/CMakeLists.txt b/client-mbedtls/CMakeLists.txt index f3013a7..637b01f 100644 --- a/client-mbedtls/CMakeLists.txt +++ b/client-mbedtls/CMakeLists.txt @@ -15,9 +15,9 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 0.19.9 REQUIRED) -find_package(oatpp-websocket 0.19.9 REQUIRED) -find_package(oatpp-mbedtls 0.19.9 REQUIRED) +find_package(oatpp 0.19.10 REQUIRED) +find_package(oatpp-websocket 0.19.10 REQUIRED) +find_package(oatpp-mbedtls 0.19.10 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 40a1da9..4efa6cc 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -15,8 +15,8 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 0.19.9 REQUIRED) -find_package(oatpp-websocket 0.19.9 REQUIRED) +find_package(oatpp 0.19.10 REQUIRED) +find_package(oatpp-websocket 0.19.10 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index 38e0bd6..5cb22dd 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -17,8 +17,8 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 0.19.9 REQUIRED) -find_package(oatpp-websocket 0.19.9 REQUIRED) +find_package(oatpp 0.19.10 REQUIRED) +find_package(oatpp-websocket 0.19.10 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp