Skip to content

Commit 9a32ece

Browse files
committed
Increase oatpp version to 0.19.12
1 parent 56b3ee6 commit 9a32ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ target_include_directories(${project_name}-lib PUBLIC src)
1818

1919
## link libs
2020

21-
find_package(oatpp 0.19.11 REQUIRED)
22-
find_package(oatpp-libressl 0.19.11 REQUIRED)
21+
find_package(oatpp 0.19.12 REQUIRED)
22+
find_package(oatpp-libressl 0.19.12 REQUIRED)
2323

2424
include(FindPkgConfig) # <-- include pkg-config needed by FindLibreSSL.cmake script
2525
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake") # <-- use FindLibreSSL.cmake in /cmake folder

0 commit comments

Comments
 (0)