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 f4b276a commit c587b86Copy full SHA for c587b86
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.7 REQUIRED)
22
-find_package(oatpp-libressl 0.19.7 REQUIRED)
+find_package(oatpp 0.19.8 REQUIRED)
+find_package(oatpp-libressl 0.19.8 REQUIRED)
23
24
target_link_libraries(${project_name}-lib
25
PUBLIC oatpp::oatpp
0 commit comments