From aa4a80defc8798c18c6b645d0300805b6b7f4c67 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Wed, 17 Sep 2014 13:49:48 +0400 Subject: [PATCH] the samples from the main repository should not depend on modules from opencv_contrib --- samples/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/CMakeLists.txt b/samples/cpp/CMakeLists.txt index dcdf59d391..888ab35ada 100644 --- a/samples/cpp/CMakeLists.txt +++ b/samples/cpp/CMakeLists.txt @@ -6,7 +6,7 @@ SET(OPENCV_CPP_SAMPLES_REQUIRED_DEPS opencv_core opencv_imgproc opencv_flann opencv_imgcodecs opencv_videoio opencv_highgui opencv_ml opencv_video opencv_objdetect opencv_photo opencv_features2d opencv_calib3d - opencv_stitching opencv_videostab opencv_shape opencv_xfeatures2d) + opencv_stitching opencv_videostab opencv_shape) ocv_check_dependencies(${OPENCV_CPP_SAMPLES_REQUIRED_DEPS})