Skip to content

Commit e1bc1dd

Browse files
committed
Update to the latest oatpp API version
1 parent 97a939d commit e1bc1dd

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
@@ -20,8 +20,8 @@ target_include_directories(crud-lib PUBLIC src)
2020

2121
## link libs
2222

23-
find_package(oatpp 0.19.12 REQUIRED)
24-
find_package(oatpp-swagger 0.19.12 REQUIRED)
23+
find_package(oatpp 1.0.0 REQUIRED)
24+
find_package(oatpp-swagger 1.0.0 REQUIRED)
2525

2626
target_link_libraries(crud-lib
2727
PUBLIC oatpp::oatpp

0 commit comments

Comments
 (0)