From: Vadim Pisarevsky Date: Fri, 15 Aug 2014 14:00:41 +0000 (+0400) Subject: fix compile problems with contributed ximgproc/xphoto X-Git-Tag: submit/tizen_ivi/20141117.190038~2^2~175^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=740c5234b166f9a0deac211526ce6a5d047172a9;p=profile%2Fivi%2Fopencv.git fix compile problems with contributed ximgproc/xphoto --- diff --git a/modules/python/common.cmake b/modules/python/common.cmake index 7f2839e..b9b3377 100644 --- a/modules/python/common.cmake +++ b/modules/python/common.cmake @@ -21,6 +21,8 @@ ocv_list_filterout(candidate_deps "^opencv_tracking$") ocv_list_filterout(candidate_deps "^opencv_optflow$") ocv_list_filterout(candidate_deps "^opencv_bgsegm$") ocv_list_filterout(candidate_deps "^opencv_xfeatures2d$") +ocv_list_filterout(candidate_deps "^opencv_ximgproc$") +ocv_list_filterout(candidate_deps "^opencv_xphoto$") ocv_list_filterout(candidate_deps "^opencv_ts$") ocv_add_module(${MODULE_NAME} BINDINGS OPTIONAL ${candidate_deps})