diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-06 10:43:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-04-06 10:44:58 +0200 |
commit | a1ab5d158ae2f4c5ce5e88602c798b86414ea67c (patch) | |
tree | 71ed00136ac7753198073a450ad988a81fb7892d /video-opencv/CMakeLists.txt | |
parent | 68c76be3a657181732beb37701e7dbe1ce9e1905 (diff) |
cv: fix variable scope
Issue: #926
Diffstat (limited to 'video-opencv/CMakeLists.txt')
-rw-r--r-- | video-opencv/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video-opencv/CMakeLists.txt b/video-opencv/CMakeLists.txt index ac5ad143..ad245e66 100644 --- a/video-opencv/CMakeLists.txt +++ b/video-opencv/CMakeLists.txt @@ -1,4 +1,5 @@ include(opentrack-opencv) +find_package(OpenCV QUIET) if(OpenCV_FOUND) otr_module(video-opencv) |