From 56b3ee6ae7cfaa6060404eeeca116ef3728e256d Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Wed, 18 Dec 2019 13:11:05 +0200 Subject: [PATCH] Update oatpp version to 0.19.11. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abce9fc..2ab721c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,8 @@ target_include_directories(${project_name}-lib PUBLIC src) ## link libs -find_package(oatpp 0.19.10 REQUIRED) -find_package(oatpp-libressl 0.19.10 REQUIRED) +find_package(oatpp 0.19.11 REQUIRED) +find_package(oatpp-libressl 0.19.11 REQUIRED) include(FindPkgConfig) # <-- include pkg-config needed by FindLibreSSL.cmake script list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") # <-- use FindLibreSSL.cmake in /cmake folder