File tree 6 files changed +14
-14
lines changed
6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ add_library(${project_name}-lib
21
21
22
22
## link libs
23
23
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)
26
26
27
27
target_link_libraries (${project_name} -lib
28
28
PUBLIC oatpp::oatpp
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ add_library(${project_name}-lib
17
17
18
18
## link libs
19
19
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)
22
22
23
23
target_link_libraries (${project_name} -lib
24
24
PUBLIC oatpp::oatpp
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ add_library(${project_name}-lib
20
20
21
21
## link libs
22
22
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)
26
26
27
27
target_link_libraries (${project_name} -lib
28
28
PUBLIC oatpp::oatpp
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ add_library(${project_name}-lib
15
15
16
16
## link libs
17
17
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)
21
21
22
22
target_link_libraries (${project_name} -lib
23
23
PUBLIC oatpp::oatpp
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ add_library(${project_name}-lib
15
15
16
16
## link libs
17
17
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)
20
20
21
21
target_link_libraries (${project_name} -lib
22
22
PUBLIC oatpp::oatpp
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ add_library(${project_name}-lib
17
17
18
18
## link libs
19
19
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)
22
22
23
23
target_link_libraries (${project_name} -lib
24
24
PUBLIC oatpp::oatpp
You can’t perform that action at this time.
0 commit comments