From 4e03507d73eeb58b09a10176c2713b3262a0463a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 10 Jan 2018 07:51:20 +0100 Subject: cmake: always link opencv components explicitly --- cmake/opentrack-platform.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmake') 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) -- cgit v1.2.3