diff options
Diffstat (limited to 'video-opencv')
-rw-r--r-- | video-opencv/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video-opencv/CMakeLists.txt b/video-opencv/CMakeLists.txt index d8b9b896..ac5ad143 100644 --- a/video-opencv/CMakeLists.txt +++ b/video-opencv/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(OpenCV QUIET) +include(opentrack-opencv) if(OpenCV_FOUND) otr_module(video-opencv) |