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 934e9ad commit 66dd34bCopy full SHA for 66dd34b
client/CMakeLists.txt
@@ -18,8 +18,8 @@ add_library(${project_name}-lib
18
19
## link libs
20
21
-find_package(oatpp 1.2.0 REQUIRED)
22
-find_package(oatpp-websocket 1.2.0 REQUIRED)
+find_package(oatpp 1.2.5 REQUIRED)
+find_package(oatpp-websocket 1.2.5 REQUIRED)
23
24
target_link_libraries(${project_name}-lib
25
PUBLIC oatpp::oatpp
server/CMakeLists.txt
@@ -19,8 +19,8 @@ add_library(${project_name}-lib
26
0 commit comments