Skip to content

Commit 4f09eaa

Browse files
committed
Update to the latest oatpp version.
1 parent 04c4289 commit 4f09eaa

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 1.2.0 REQUIRED)
29-
find_package(oatpp-swagger 1.2.0 REQUIRED)
28+
find_package(oatpp 1.2.5 REQUIRED)
29+
find_package(oatpp-swagger 1.2.5 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 1.2.0 REQUIRED)
31-
find_package(oatpp-swagger 1.2.0 REQUIRED)
30+
find_package(oatpp 1.2.5 REQUIRED)
31+
find_package(oatpp-swagger 1.2.5 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
@@ -41,8 +41,8 @@ target_link_libraries(${project_name}-exe
4141
PUBLIC ${FACADE_LIBRARY}
4242
)
4343

44-
find_package(oatpp 1.2.0 REQUIRED)
45-
find_package(oatpp-swagger 1.2.0 REQUIRED)
44+
find_package(oatpp 1.2.5 REQUIRED)
45+
find_package(oatpp-swagger 1.2.5 REQUIRED)
4646

4747
## define path to swagger-ui res folder
4848
add_definitions(-DOATPP_SWAGGER_RES_PATH="${OATPP_BASE_DIR}/bin/oatpp-swagger/res")

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 1.2.0 REQUIRED)
29-
find_package(oatpp-swagger 1.2.0 REQUIRED)
28+
find_package(oatpp 1.2.5 REQUIRED)
29+
find_package(oatpp-swagger 1.2.5 REQUIRED)
3030

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

0 commit comments

Comments
 (0)