Skip to content

Commit

Permalink
Update oatpp version to 0.19.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
lganzzzo committed Dec 18, 2019
1 parent 5dee3b4 commit 6aa37e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions book-service/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ target_include_directories(${project_name}-lib PUBLIC src)

## link libs

find_package(oatpp 0.19.10 REQUIRED)
find_package(oatpp-swagger 0.19.10 REQUIRED)
find_package(oatpp 0.19.11 REQUIRED)
find_package(oatpp-swagger 0.19.11 REQUIRED)

target_link_libraries(${project_name}-lib
PUBLIC oatpp::oatpp
Expand Down
4 changes: 2 additions & 2 deletions facade/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ target_include_directories(${project_name}-lib PUBLIC src)

## link libs

find_package(oatpp 0.19.10 REQUIRED)
find_package(oatpp-swagger 0.19.10 REQUIRED)
find_package(oatpp 0.19.11 REQUIRED)
find_package(oatpp-swagger 0.19.11 REQUIRED)

target_link_libraries(${project_name}-lib
PUBLIC oatpp::oatpp
Expand Down
4 changes: 2 additions & 2 deletions monolith/all-services/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ target_link_libraries(${project_name}-exe
PUBLIC ${FACADE_LIBRARY}
)

find_package(oatpp 0.19.10 REQUIRED)
find_package(oatpp-swagger 0.19.10 REQUIRED)
find_package(oatpp 0.19.11 REQUIRED)
find_package(oatpp-swagger 0.19.11 REQUIRED)

target_link_libraries(${project_name}-exe
PUBLIC oatpp::oatpp
Expand Down
4 changes: 2 additions & 2 deletions user-service/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ target_include_directories(${project_name}-lib PUBLIC src)

## link libs

find_package(oatpp 0.19.10 REQUIRED)
find_package(oatpp-swagger 0.19.10 REQUIRED)
find_package(oatpp 0.19.11 REQUIRED)
find_package(oatpp-swagger 0.19.11 REQUIRED)

target_link_libraries(${project_name}-lib
PUBLIC oatpp::oatpp
Expand Down

0 comments on commit 6aa37e9

Please sign in to comment.