Skip to content

Commit 6aa37e9

Browse files
committed
Update oatpp version to 0.19.11.
1 parent 5dee3b4 commit 6aa37e9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

book-service/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3131
target_link_libraries(${project_name}-lib
3232
PUBLIC oatpp::oatpp

facade/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3333
target_link_libraries(${project_name}-lib
3434
PUBLIC oatpp::oatpp

monolith/all-services/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5050
target_link_libraries(${project_name}-exe
5151
PUBLIC oatpp::oatpp

user-service/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3131
target_link_libraries(${project_name}-lib
3232
PUBLIC oatpp::oatpp

0 commit comments

Comments
 (0)