From 2ff78aa4451665e7a937eaeacaa1aac5c5d199ea Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Sun, 26 Jan 2020 00:28:15 +0700 Subject: [PATCH] Update to the latest oatpp API version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85ff18b..831e618 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ target_include_directories(${project_name}-lib ## link libs -find_package(oatpp 0.19.12 REQUIRED) +find_package(oatpp 1.0.0 REQUIRED) target_link_libraries(${project_name}-lib PUBLIC oatpp::oatpp