summaryrefslogtreecommitdiffhomepage
path: root/tracker-wii
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-04-05 21:41:26 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-04-05 21:41:26 +0200
commit8815732f37c5899dbe65d507c082c0c62250ab7d (patch)
treed350ed3f031447f07794ae4ce51e6f6b00f4bfeb /tracker-wii
parent61592edd7b953c35167fb95f1d26aecc4e5c594a (diff)
cmake: install shared opencv libraries
Issue: #867 Requested by: @Slion
Diffstat (limited to 'tracker-wii')
-rw-r--r--tracker-wii/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-wii/CMakeLists.txt b/tracker-wii/CMakeLists.txt
index e40692ba..91156047 100644
--- a/tracker-wii/CMakeLists.txt
+++ b/tracker-wii/CMakeLists.txt
@@ -1,5 +1,5 @@
if(WIN32)
- find_package(OpenCV QUIET)
+ include(opentrack-opencv)
if(OpenCV_FOUND)
add_subdirectory(wiiyourself)
otr_module(tracker-wii)