From 268b408cbdfdfa73c3eef731dfa9e4486b8da1b2 Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Sat, 27 Jul 2019 22:45:25 +0400 Subject: [PATCH] Increase oatpp API version to 0.19.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d7eec8..f338850 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ add_library(${project_name}-lib ## link libs -find_package(oatpp 0.19.6 REQUIRED) +find_package(oatpp 0.19.7 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp