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