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 12fa896 commit c12edc9Copy full SHA for c12edc9
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.9 REQUIRED)
22
-find_package(oatpp-libressl 0.19.9 REQUIRED)
+find_package(oatpp 0.19.10 REQUIRED)
+find_package(oatpp-libressl 0.19.10 REQUIRED)
23
24
target_link_libraries(${project_name}-lib
25
PUBLIC oatpp::oatpp
0 commit comments