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 1d2d2d8 commit 6991138Copy full SHA for 6991138
CMakeLists.txt
@@ -15,8 +15,8 @@ add_library(${project_name}-lib
15
16
## link libs
17
18
-find_package(oatpp 0.19.9 REQUIRED)
19
-find_package(oatpp-curl 0.19.9 REQUIRED)
+find_package(oatpp 0.19.10 REQUIRED)
+find_package(oatpp-curl 0.19.10 REQUIRED)
20
21
target_link_libraries(${project_name}-lib
22
PUBLIC oatpp::oatpp
0 commit comments