Skip to content

Commit 888b181

Browse files
committed
Increase oatpp API version to 0.19.7
1 parent 4bb6fde commit 888b181

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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.6 REQUIRED)
28-
find_package(oatpp-swagger 0.19.6 REQUIRED)
27+
find_package(oatpp 0.19.7 REQUIRED)
28+
find_package(oatpp-swagger 0.19.7 REQUIRED)
2929

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

0 commit comments

Comments
 (0)