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 b6c496d commit 97a939dCopy full SHA for 97a939d
CMakeLists.txt
@@ -20,8 +20,8 @@ target_include_directories(crud-lib PUBLIC src)
20
21
## link libs
22
23
-find_package(oatpp 0.19.11 REQUIRED)
24
-find_package(oatpp-swagger 0.19.11 REQUIRED)
+find_package(oatpp 0.19.12 REQUIRED)
+find_package(oatpp-swagger 0.19.12 REQUIRED)
25
26
target_link_libraries(crud-lib
27
PUBLIC oatpp::oatpp
0 commit comments