summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-10 07:51:20 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-10 07:51:20 +0100
commit4e03507d73eeb58b09a10176c2713b3262a0463a (patch)
tree81f88b3af0447251b61ee7383511bbb56728996c /cmake
parent9fa8c576c37095a77e20a34b37e087fcc6cc3885 (diff)
cmake: always link opencv components explicitly
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-platform.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index f927a9ea..88e8a5dd 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -154,5 +154,3 @@ endif()
if(UNIX AND NOT APPLE)
include(FindPkgConfig)
endif()
-
-set(opencv-modules opencv_calib3d opencv_core opencv_features2d opencv_imgcodecs opencv_imgproc opencv_objdetect opencv_videoio)