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 c5a6075 commit 3810a67Copy full SHA for 3810a67
CMakeLists.txt
@@ -20,8 +20,8 @@ target_include_directories(crud-lib PUBLIC src)
20
21
## link libs
22
23
-find_package(oatpp 0.19.7 REQUIRED)
24
-find_package(oatpp-swagger 0.19.7 REQUIRED)
+find_package(oatpp 0.19.8 REQUIRED)
+find_package(oatpp-swagger 0.19.8 REQUIRED)
25
26
target_link_libraries(crud-lib
27
PUBLIC oatpp::oatpp
0 commit comments