Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2cd5cf9

Browse files
committed
Update oatpp version to 0.19.11.
1 parent bb227bd commit 2cd5cf9

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

‎async-server-rooms/CMakeLists.txt‎

Lines changed: 2 additions & 2 deletions
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 0.19.10 REQUIRED)
25-
find_package(oatpp-websocket 0.19.10 REQUIRED)
24+
find_package(oatpp 0.19.11 REQUIRED)
25+
find_package(oatpp-websocket 0.19.11 REQUIRED)
2626

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

‎async-server/CMakeLists.txt‎

Lines changed: 2 additions & 2 deletions
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 0.19.10 REQUIRED)
21-
find_package(oatpp-websocket 0.19.10 REQUIRED)
20+
find_package(oatpp 0.19.11 REQUIRED)
21+
find_package(oatpp-websocket 0.19.11 REQUIRED)
2222

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

‎client-binance.com/CMakeLists.txt‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ add_library(${project_name}-lib
2020

2121
## link libs
2222

23-
find_package(oatpp 0.19.10 REQUIRED)
24-
find_package(oatpp-websocket 0.19.10 REQUIRED)
25-
find_package(oatpp-mbedtls 0.19.10 REQUIRED)
23+
find_package(oatpp 0.19.11 REQUIRED)
24+
find_package(oatpp-websocket 0.19.11 REQUIRED)
25+
find_package(oatpp-mbedtls 0.19.11 REQUIRED)
2626

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

‎client-mbedtls/CMakeLists.txt‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ add_library(${project_name}-lib
1515

1616
## link libs
1717

18-
find_package(oatpp 0.19.10 REQUIRED)
19-
find_package(oatpp-websocket 0.19.10 REQUIRED)
20-
find_package(oatpp-mbedtls 0.19.10 REQUIRED)
18+
find_package(oatpp 0.19.11 REQUIRED)
19+
find_package(oatpp-websocket 0.19.11 REQUIRED)
20+
find_package(oatpp-mbedtls 0.19.11 REQUIRED)
2121

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

‎client/CMakeLists.txt‎

Lines changed: 2 additions & 2 deletions
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 0.19.10 REQUIRED)
19-
find_package(oatpp-websocket 0.19.10 REQUIRED)
18+
find_package(oatpp 0.19.11 REQUIRED)
19+
find_package(oatpp-websocket 0.19.11 REQUIRED)
2020

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

‎server/CMakeLists.txt‎

Lines changed: 2 additions & 2 deletions
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 0.19.10 REQUIRED)
21-
find_package(oatpp-websocket 0.19.10 REQUIRED)
20+
find_package(oatpp 0.19.11 REQUIRED)
21+
find_package(oatpp-websocket 0.19.11 REQUIRED)
2222

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /