Commit d921cde4 authored by Michael Pratt's avatar Michael Pratt Committed by arc

Add opencv_matlab to Python ignored modules

Requested by @vpisarev in #3047.
parent 9d941155
...@@ -15,6 +15,7 @@ endforeach(mp) ...@@ -15,6 +15,7 @@ endforeach(mp)
# module blacklist # module blacklist
ocv_list_filterout(candidate_deps "^opencv_cud(a|ev)") ocv_list_filterout(candidate_deps "^opencv_cud(a|ev)")
ocv_list_filterout(candidate_deps "^opencv_adas$") ocv_list_filterout(candidate_deps "^opencv_adas$")
ocv_list_filterout(candidate_deps "^opencv_matlab$")
ocv_list_filterout(candidate_deps "^opencv_tracking$") ocv_list_filterout(candidate_deps "^opencv_tracking$")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment