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