Skip to content

Commit 1d2d2d8

Browse files
committed
Version. Increase to '0.19.9'.
1 parent 4df8086 commit 1d2d2d8

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
@@ -15,8 +15,8 @@ add_library(${project_name}-lib
1515

1616
## link libs
1717

18-
find_package(oatpp 0.19.8 REQUIRED)
19-
find_package(oatpp-curl 0.19.8 REQUIRED)
18+
find_package(oatpp 0.19.9 REQUIRED)
19+
find_package(oatpp-curl 0.19.9 REQUIRED)
2020

2121
target_link_libraries(${project_name}-lib
2222
PUBLIC oatpp::oatpp

0 commit comments

Comments
 (0)