Skip to content

Commit 9b1e7f2

Browse files
committed
Update to the latest oatpp API version
1 parent 4b875a8 commit 9b1e7f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ target_include_directories(${project_name}-lib PUBLIC src)
2424

2525
## link libs
2626

27-
find_package(oatpp 0.19.12 REQUIRED)
28-
find_package(oatpp-swagger 0.19.12 REQUIRED)
27+
find_package(oatpp 1.0.0 REQUIRED)
28+
find_package(oatpp-swagger 1.0.0 REQUIRED)
2929

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

0 commit comments

Comments
 (0)