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)
25
25
26
26
## link libs
27
27
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 )
30
30
31
31
target_link_libraries (${project_name} -lib
32
32
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)
27
27
28
28
## link libs
29
29
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 )
32
32
33
33
target_link_libraries (${project_name} -lib
34
34
PUBLIC oatpp::oatpp
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ target_link_libraries(${project_name}-exe
44
44
PUBLIC ${FACADE_LIBRARY}
45
45
)
46
46
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 )
49
49
50
50
target_link_libraries (${project_name} -exe
51
51
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)
25
25
26
26
## link libs
27
27
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 )
30
30
31
31
target_link_libraries (${project_name} -lib
32
32
PUBLIC oatpp::oatpp
You can’t perform that action at this time.
0 commit comments