Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49b6248

Browse files
committedDec 23, 2020
Update to the latest oatpp version.
1 parent e658be4 commit 49b6248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ add_library(${project_name}-lib
1515

1616
## link libs
1717

18-
find_package(oatpp 1.2.0 REQUIRED)
19-
find_package(oatpp-curl 1.2.0 REQUIRED)
18+
find_package(oatpp 1.2.5 REQUIRED)
19+
find_package(oatpp-curl 1.2.5 REQUIRED)
2020

2121
target_link_libraries(${project_name}-lib
2222
PUBLIC oatpp::oatpp

0 commit comments

Comments
 (0)
Please sign in to comment.