Skip to content

Commit 66dd34b

Browse files
committed
Update to the latest oatpp version.
1 parent 934e9ad commit 66dd34b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ add_library(${project_name}-lib
1818

1919
## link libs
2020

21-
find_package(oatpp 1.2.0 REQUIRED)
22-
find_package(oatpp-websocket 1.2.0 REQUIRED)
21+
find_package(oatpp 1.2.5 REQUIRED)
22+
find_package(oatpp-websocket 1.2.5 REQUIRED)
2323

2424
target_link_libraries(${project_name}-lib
2525
PUBLIC oatpp::oatpp

server/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ add_library(${project_name}-lib
1919

2020
## link libs
2121

22-
find_package(oatpp 1.2.0 REQUIRED)
23-
find_package(oatpp-websocket 1.2.0 REQUIRED)
22+
find_package(oatpp 1.2.5 REQUIRED)
23+
find_package(oatpp-websocket 1.2.5 REQUIRED)
2424

2525
target_link_libraries(${project_name}-lib
2626
PUBLIC oatpp::oatpp

0 commit comments

Comments
 (0)