summaryrefslogtreecommitdiffhomepage
path: root/tracker-aruco
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-04-06 10:43:09 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-04-06 10:44:58 +0200
commita1ab5d158ae2f4c5ce5e88602c798b86414ea67c (patch)
tree71ed00136ac7753198073a450ad988a81fb7892d /tracker-aruco
parent68c76be3a657181732beb37701e7dbe1ce9e1905 (diff)
cv: fix variable scope
Issue: #926
Diffstat (limited to 'tracker-aruco')
-rw-r--r--tracker-aruco/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-aruco/CMakeLists.txt b/tracker-aruco/CMakeLists.txt
index 99a4d21f..82cef795 100644
--- a/tracker-aruco/CMakeLists.txt
+++ b/tracker-aruco/CMakeLists.txt
@@ -8,6 +8,7 @@ endfunction()
include(opentrack-opencv)
+find_package(OpenCV QUIET)
if(OpenCV_FOUND)
set(SDK_ARUCO_LIBPATH "" CACHE FILEPATH "Aruco paper marker tracker static library path")