Skip to content

Commit 3810a67

Browse files
committed
Increase oatpp version to 0.19.8
1 parent c5a6075 commit 3810a67

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.7 REQUIRED)
24-
find_package(oatpp-swagger 0.19.7 REQUIRED)
23+
find_package(oatpp 0.19.8 REQUIRED)
24+
find_package(oatpp-swagger 0.19.8 REQUIRED)
2525

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

0 commit comments

Comments
 (0)