We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f3817 commit 56b3ee6Copy full SHA for 56b3ee6
CMakeLists.txt
@@ -18,8 +18,8 @@ target_include_directories(${project_name}-lib PUBLIC src)
18
19
## link libs
20
21
-find_package(oatpp 0.19.10 REQUIRED)
22
-find_package(oatpp-libressl 0.19.10 REQUIRED)
+find_package(oatpp 0.19.11 REQUIRED)
+find_package(oatpp-libressl 0.19.11 REQUIRED)
23
24
include(FindPkgConfig) # <-- include pkg-config needed by FindLibreSSL.cmake script
25
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") # <-- use FindLibreSSL.cmake in /cmake folder
0 commit comments