Add opencv_matlab to Python ignored modules

Requested by @vpisarev in #3047.
This commit is contained in:
Michael Pratt 2014-08-07 00:16:49 -04:00 committed by arc
parent 9d9411555f
commit d921cde4d2

View File

@ -15,6 +15,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_matlab$")
ocv_list_filterout(candidate_deps "^opencv_tracking$")