diff --git a/CMakeLists.txt b/CMakeLists.txt index 492138a..aa3c7d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,9 +27,9 @@ target_include_directories(example-yuv-websocket-stream-lib PUBLIC src) ## link libs -find_package(oatpp 1.2.0 REQUIRED) -find_package(oatpp-swagger 1.2.0 REQUIRED) -find_package(oatpp-websocket 1.2.0 REQUIRED) +find_package(oatpp 1.2.5 REQUIRED) +find_package(oatpp-swagger 1.2.5 REQUIRED) +find_package(oatpp-websocket 1.2.5 REQUIRED) target_link_libraries(example-yuv-websocket-stream-lib PUBLIC oatpp::oatpp