Skip to content

Commit

Permalink
Update to the latest oatpp version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lganzzzo committed Dec 24, 2020
1 parent 4cb47da commit 1f9ef96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f9ef96

Please sign in to comment.