From f56d521da651d4ef4c93de2b2037ba997cfe9fa7 Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Sun, 6 Oct 2019 01:39:19 +0300 Subject: [PATCH] Version. Increase to '0.19.9'. --- client/CMakeLists.txt | 4 ++-- server/CMakeLists.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 9a8b03b..ac2f84c 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -18,8 +18,8 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 0.19.8 REQUIRED) -find_package(oatpp-websocket 0.19.8 REQUIRED) +find_package(oatpp 0.19.9 REQUIRED) +find_package(oatpp-websocket 0.19.9 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index fe16b94..1cd1cc5 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -19,8 +19,8 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 0.19.8 REQUIRED) -find_package(oatpp-websocket 0.19.8 REQUIRED) +find_package(oatpp 0.19.9 REQUIRED) +find_package(oatpp-websocket 0.19.9 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp