Skip to content

Commit c12edc9

Browse files
committed
Increase oatpp version to '0.19.10'
1 parent 12fa896 commit c12edc9

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.9 REQUIRED)
22-
find_package(oatpp-libressl 0.19.9 REQUIRED)
21+
find_package(oatpp 0.19.10 REQUIRED)
22+
find_package(oatpp-libressl 0.19.10 REQUIRED)
2323

2424
target_link_libraries(${project_name}-lib
2525
PUBLIC oatpp::oatpp

0 commit comments

Comments
 (0)