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 c99534c commit 278cc22Copy full SHA for 278cc22
CMakeLists.txt
@@ -24,8 +24,8 @@ target_include_directories(${project_name}-lib PUBLIC src)
24
25
## link libs
26
27
-find_package(oatpp 0.19.11 REQUIRED)
28
-find_package(oatpp-swagger 0.19.11 REQUIRED)
+find_package(oatpp 0.19.12 REQUIRED)
+find_package(oatpp-swagger 0.19.12 REQUIRED)
29
30
target_link_libraries(${project_name}-lib
31
PUBLIC oatpp::oatpp
0 commit comments