Skip to content

Commit e659d99

Browse files
committed
Update to the latest oatpp version.
1 parent 9c90dcf commit e659d99

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 1.2.0 REQUIRED)
22-
find_package(oatpp-libressl 1.2.0 REQUIRED)
21+
find_package(oatpp 1.2.5 REQUIRED)
22+
find_package(oatpp-libressl 1.2.5 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)