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 14182e9 commit 47ab8a6Copy full SHA for 47ab8a6
CMakeLists.txt
@@ -27,9 +27,9 @@ target_include_directories(${project_name}-lib PUBLIC src)
27
28
## link libs
29
30
-find_package(oatpp 1.2.0 REQUIRED)
31
-find_package(oatpp-swagger 1.2.0 REQUIRED)
32
-find_package(oatpp-postgresql 1.2.0 REQUIRED)
+find_package(oatpp 1.2.5 REQUIRED)
+find_package(oatpp-swagger 1.2.5 REQUIRED)
+find_package(oatpp-postgresql 1.2.5 REQUIRED)
33
34
target_link_libraries(${project_name}-lib
35
PUBLIC oatpp::oatpp
0 commit comments