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 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)
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 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)
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 @@ -25,9 +25,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../cmake/module") # <--
25
25
26
26
find_package (mbedtls 2.16.0 REQUIRED)
27
27
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)
31
31
32
32
target_link_libraries (${project_name} -lib
33
33
## oatpp
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../cmake/module") # <--
20
20
21
21
find_package (mbedtls 2.16.0 REQUIRED)
22
22
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)
26
26
27
27
target_link_libraries (${project_name} -lib
28
28
## 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 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)
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 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)
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