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 /tracker-wii | |
parent | 68c76be3a657181732beb37701e7dbe1ce9e1905 (diff) |
cv: fix variable scope
Issue: #926
Diffstat (limited to 'tracker-wii')
-rw-r--r-- | tracker-wii/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-wii/CMakeLists.txt b/tracker-wii/CMakeLists.txt index 91156047..ad7466fd 100644 --- a/tracker-wii/CMakeLists.txt +++ b/tracker-wii/CMakeLists.txt @@ -1,5 +1,6 @@ if(WIN32) include(opentrack-opencv) + find_package(OpenCV QUIET) if(OpenCV_FOUND) add_subdirectory(wiiyourself) otr_module(tracker-wii) |