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 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
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 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
2323target_link_libraries (${project_name} -lib
2424 PUBLIC oatpp::oatpp
Original file line number Diff line number Diff 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
2727target_link_libraries (${project_name} -lib
2828 PUBLIC oatpp::oatpp
Original file line number Diff line number Diff 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
2222target_link_libraries (${project_name} -lib
2323 PUBLIC oatpp::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 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
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 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
2323target_link_libraries (${project_name} -lib
2424 PUBLIC oatpp::oatpp
You can’t perform that action at this time.
0 commit comments