Skip to content

Commit 47ab8a6

Browse files
committed
Update to the latest oatpp version.
1 parent 14182e9 commit 47ab8a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ 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)
32-
find_package(oatpp-postgresql 1.2.0 REQUIRED)
30+
find_package(oatpp 1.2.5 REQUIRED)
31+
find_package(oatpp-swagger 1.2.5 REQUIRED)
32+
find_package(oatpp-postgresql 1.2.5 REQUIRED)
3333

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

0 commit comments

Comments
 (0)