From 2fc7b075ce2ca6bea0400605bf21cc354d45b183 Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Mon, 21 Dec 2020 03:58:17 +0200 Subject: [PATCH] update to the latest oatpp API --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a41b707..a872d0a 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