diff options
Diffstat (limited to 'cv/CMakeLists.txt')
-rw-r--r-- | cv/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cv/CMakeLists.txt b/cv/CMakeLists.txt index 1007344c..60350a99 100644 --- a/cv/CMakeLists.txt +++ b/cv/CMakeLists.txt @@ -1,6 +1,6 @@ find_package(OpenCV QUIET) if(OpenCV_FOUND) otr_module(cv STATIC) - target_link_libraries(${self} opencv_core opencv_videoio) + target_link_libraries(${self} opencv_videoio opencv_core) target_include_directories(${self} SYSTEM PRIVATE ${OpenCV_INCLUDE_DIRS}) endif() |