From 9a5465657a74c4c6be86b47de9954053c29ff7ed Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Thu, 24 Dec 2020 01:49:57 +0200 Subject: [PATCH] Update to the latest oatpp version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f80db48..17f1eea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 1.2.0 REQUIRED) +find_package(oatpp 1.2.5 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp