From 977a1fc6f466dcfe233aa3e8c586a1423daf32fc Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Sun, 3 Nov 2019 17:25:20 +0200 Subject: [PATCH] Increase oatpp version to '0.19.10' --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48bfcb2..17b9be1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 0.19.9 REQUIRED) +find_package(oatpp 0.19.10 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp