Skip to content

Commit bcc1e57

Browse files
committed
Update to the latest oatpp version.
1 parent 325ec31 commit bcc1e57

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

async-server-rooms/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ add_library(${project_name}-lib
2121

2222
## link libs
2323

24-
find_package(oatpp 1.2.0 REQUIRED)
25-
find_package(oatpp-websocket 1.2.0 REQUIRED)
24+
find_package(oatpp 1.2.5 REQUIRED)
25+
find_package(oatpp-websocket 1.2.5 REQUIRED)
2626

2727
target_link_libraries(${project_name}-lib
2828
PUBLIC oatpp::oatpp

async-server/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ add_library(${project_name}-lib
1717

1818
## link libs
1919

20-
find_package(oatpp 1.2.0 REQUIRED)
21-
find_package(oatpp-websocket 1.2.0 REQUIRED)
20+
find_package(oatpp 1.2.5 REQUIRED)
21+
find_package(oatpp-websocket 1.2.5 REQUIRED)
2222

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

client-binance.com/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../cmake/module") # <--
2525

2626
find_package(mbedtls 2.16.0 REQUIRED)
2727

28-
find_package(oatpp 1.2.0 REQUIRED)
29-
find_package(oatpp-websocket 1.2.0 REQUIRED)
30-
find_package(oatpp-mbedtls 1.2.0 REQUIRED)
28+
find_package(oatpp 1.2.5 REQUIRED)
29+
find_package(oatpp-websocket 1.2.5 REQUIRED)
30+
find_package(oatpp-mbedtls 1.2.5 REQUIRED)
3131

3232
target_link_libraries(${project_name}-lib
3333
## oatpp

client-mbedtls/CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../cmake/module") # <--
2020

2121
find_package(mbedtls 2.16.0 REQUIRED)
2222

23-
find_package(oatpp 1.2.0 REQUIRED)
24-
find_package(oatpp-websocket 1.2.0 REQUIRED)
25-
find_package(oatpp-mbedtls 1.2.0 REQUIRED)
23+
find_package(oatpp 1.2.5 REQUIRED)
24+
find_package(oatpp-websocket 1.2.5 REQUIRED)
25+
find_package(oatpp-mbedtls 1.2.5 REQUIRED)
2626

2727
target_link_libraries(${project_name}-lib
2828
## oatpp

client/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ add_library(${project_name}-lib
1515

1616
## link libs
1717

18-
find_package(oatpp 1.2.0 REQUIRED)
19-
find_package(oatpp-websocket 1.2.0 REQUIRED)
18+
find_package(oatpp 1.2.5 REQUIRED)
19+
find_package(oatpp-websocket 1.2.5 REQUIRED)
2020

2121
target_link_libraries(${project_name}-lib
2222
PUBLIC oatpp::oatpp

server/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ add_library(${project_name}-lib
1717

1818
## link libs
1919

20-
find_package(oatpp 1.2.0 REQUIRED)
21-
find_package(oatpp-websocket 1.2.0 REQUIRED)
20+
find_package(oatpp 1.2.5 REQUIRED)
21+
find_package(oatpp-websocket 1.2.5 REQUIRED)
2222

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

0 commit comments

Comments
 (0)