File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ target_include_directories(${project_name}-lib PUBLIC src)
2525
2626## link libs
2727
28- find_package (oatpp 0.19.10 REQUIRED)
29- find_package (oatpp-swagger 0.19.10 REQUIRED)
28+ find_package (oatpp 0.19.11 REQUIRED)
29+ find_package (oatpp-swagger 0.19.11 REQUIRED)
3030
3131target_link_libraries (${project_name} -lib
3232 PUBLIC oatpp::oatpp
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ target_include_directories(${project_name}-lib PUBLIC src)
2727
2828## link libs
2929
30- find_package (oatpp 0.19.10 REQUIRED)
31- find_package (oatpp-swagger 0.19.10 REQUIRED)
30+ find_package (oatpp 0.19.11 REQUIRED)
31+ find_package (oatpp-swagger 0.19.11 REQUIRED)
3232
3333target_link_libraries (${project_name} -lib
3434 PUBLIC oatpp::oatpp
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ target_link_libraries(${project_name}-exe
4444 PUBLIC ${FACADE_LIBRARY}
4545)
4646
47- find_package (oatpp 0.19.10 REQUIRED)
48- find_package (oatpp-swagger 0.19.10 REQUIRED)
47+ find_package (oatpp 0.19.11 REQUIRED)
48+ find_package (oatpp-swagger 0.19.11 REQUIRED)
4949
5050target_link_libraries (${project_name} -exe
5151 PUBLIC oatpp::oatpp
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ target_include_directories(${project_name}-lib PUBLIC src)
2525
2626## link libs
2727
28- find_package (oatpp 0.19.10 REQUIRED)
29- find_package (oatpp-swagger 0.19.10 REQUIRED)
28+ find_package (oatpp 0.19.11 REQUIRED)
29+ find_package (oatpp-swagger 0.19.11 REQUIRED)
3030
3131target_link_libraries (${project_name} -lib
3232 PUBLIC oatpp::oatpp
You can’t perform that action at this time.
0 commit comments