From 73686b846df829ac549fca4a8d388f1a9c3a0649 Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Sun, 3 Nov 2019 17:22:11 +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 f0beeb6..ffcf4c0 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