diff options
Diffstat (limited to 'tracker-pt/module/CMakeLists.txt')
-rw-r--r-- | tracker-pt/module/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/module/CMakeLists.txt b/tracker-pt/module/CMakeLists.txt index 22b725c9..8d731c9d 100644 --- a/tracker-pt/module/CMakeLists.txt +++ b/tracker-pt/module/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(OpenCV QUIET) +include(opentrack-opencv) if(OpenCV_FOUND) otr_module(tracker-pt) target_link_libraries(${self} opentrack-tracker-pt-base) |