From 40d0f853d6d27dc7e2fe7f9653df3767e64b8669 Mon Sep 17 00:00:00 2001 From: Alexander Mordvintsev Date: Tue, 19 Aug 2014 19:19:11 +0400 Subject: [PATCH] removing modules from blacklist --- modules/python/common.cmake | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/python/common.cmake b/modules/python/common.cmake index ea8d0c8..c79f540 100644 --- a/modules/python/common.cmake +++ b/modules/python/common.cmake @@ -14,15 +14,7 @@ endforeach(mp) # module blacklist ocv_list_filterout(candidate_deps "^opencv_cud(a|ev)") -ocv_list_filterout(candidate_deps "^opencv_adas$") -ocv_list_filterout(candidate_deps "^opencv_face$") ocv_list_filterout(candidate_deps "^opencv_matlab$") -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}) @@ -43,7 +35,6 @@ ocv_list_filterout(opencv_hdrs ".h$") ocv_list_filterout(opencv_hdrs "cuda") ocv_list_filterout(opencv_hdrs "cudev") ocv_list_filterout(opencv_hdrs "opencv2/objdetect/detection_based_tracker.hpp") -ocv_list_filterout(opencv_hdrs "opencv2/optim.hpp") set(cv2_generated_hdrs "${CMAKE_CURRENT_BINARY_DIR}/pyopencv_generated_include.h" -- 2.7.4