From fea3f56486b816e2af10339807fc640f8dae1f69 Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Thu, 24 Dec 2020 01:54:28 +0200 Subject: [PATCH] Update to the latest oatpp version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd9508f..62c9c14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ target_include_directories(${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