Skip to content

Commit 02d2b60

Browse files
committed
Update to the latest oatpp API
1 parent ff43317 commit 02d2b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ target_include_directories(${project_name}-lib
2222

2323
## link libs
2424

25-
find_package(oatpp 1.0.0 REQUIRED)
25+
find_package(oatpp 1.1.0 REQUIRED)
2626

2727
target_link_libraries(${project_name}-lib
2828
PUBLIC oatpp::oatpp

0 commit comments

Comments
 (0)