File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 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
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
2727target_link_libraries (${project_name} -lib
2828 PUBLIC oatpp::oatpp
Original file line number Diff line number Diff 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
2323target_link_libraries (${project_name} -lib
2424 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") # <--
2525
2626find_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
3232target_link_libraries (${project_name} -lib
3333 ## 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") # <--
2020
2121find_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
2727target_link_libraries (${project_name} -lib
2828 ## oatpp
Original file line number Diff line number Diff 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
2121target_link_libraries (${project_name} -lib
2222 PUBLIC oatpp::oatpp
Original file line number Diff line number Diff 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
2323target_link_libraries (${project_name} -lib
2424 PUBLIC oatpp::oatpp
You can’t perform that action at this time.
0 commit comments