Skip to content

Commit 97a939d

Browse files
committed
Update to the oatpp 0.19.12 API.
1 parent b6c496d commit 97a939d

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

2121
## link libs
2222

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

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

0 commit comments

Comments
 (0)