Skip to content

Commit e81a07a

Browse files
committed
Version. Increase to '0.19.9'.
1 parent a783344 commit e81a07a

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 0.19.8 REQUIRED)
25-
find_package(oatpp-websocket 0.19.8 REQUIRED)
24+
find_package(oatpp 0.19.9 REQUIRED)
25+
find_package(oatpp-websocket 0.19.9 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 0.19.8 REQUIRED)
21-
find_package(oatpp-websocket 0.19.8 REQUIRED)
20+
find_package(oatpp 0.19.9 REQUIRED)
21+
find_package(oatpp-websocket 0.19.9 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
@@ -20,9 +20,9 @@ add_library(${project_name}-lib
2020

2121
## link libs
2222

23-
find_package(oatpp 0.19.8 REQUIRED)
24-
find_package(oatpp-websocket 0.19.8 REQUIRED)
25-
find_package(oatpp-mbedtls 0.19.8 REQUIRED)
23+
find_package(oatpp 0.19.9 REQUIRED)
24+
find_package(oatpp-websocket 0.19.9 REQUIRED)
25+
find_package(oatpp-mbedtls 0.19.9 REQUIRED)
2626

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

client-mbedtls/CMakeLists.txt

+3-3
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.8 REQUIRED)
19-
find_package(oatpp-websocket 0.19.8 REQUIRED)
20-
find_package(oatpp-mbedtls 0.19.8 REQUIRED)
18+
find_package(oatpp 0.19.9 REQUIRED)
19+
find_package(oatpp-websocket 0.19.9 REQUIRED)
20+
find_package(oatpp-mbedtls 0.19.9 REQUIRED)
2121

2222
target_link_libraries(${project_name}-lib
2323
PUBLIC oatpp::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 0.19.8 REQUIRED)
19-
find_package(oatpp-websocket 0.19.8 REQUIRED)
18+
find_package(oatpp 0.19.9 REQUIRED)
19+
find_package(oatpp-websocket 0.19.9 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 0.19.8 REQUIRED)
21-
find_package(oatpp-websocket 0.19.8 REQUIRED)
20+
find_package(oatpp 0.19.9 REQUIRED)
21+
find_package(oatpp-websocket 0.19.9 REQUIRED)
2222

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

0 commit comments

Comments
 (0)