From 66dd34b5bbc5ef39e3be4c35a0c9b21b46d96562 Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Thu, 24 Dec 2020 02:16:34 +0200 Subject: [PATCH] Update to the latest oatpp version. --- 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 61bcd74..76649d5 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -18,8 +18,8 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 1.2.0 REQUIRED) -find_package(oatpp-websocket 1.2.0 REQUIRED) +find_package(oatpp 1.2.5 REQUIRED) +find_package(oatpp-websocket 1.2.5 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index c723ef7..c88b87c 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -19,8 +19,8 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 1.2.0 REQUIRED) -find_package(oatpp-websocket 1.2.0 REQUIRED) +find_package(oatpp 1.2.5 REQUIRED) +find_package(oatpp-websocket 1.2.5 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp