'adas' extra module doesn't produce .lib on windows (causes link error)

This commit is contained in:
Alexander Mordvintsev
2014-07-27 17:41:12 +04:00
parent 9ab3b89c53
commit a2ae1db31c
+2
View File
@@ -23,6 +23,8 @@ foreach(mp ${OPENCV_MODULES_PATH} ${OPENCV_EXTRA_MODULES_PATH})
endforeach(m)
endforeach(mp)
ocv_list_filterout(candidate_deps "^opencv_cud(a|ev)")
ocv_list_filterout(candidate_deps "^opencv_adas$")
ocv_add_module(python BINDINGS OPTIONAL ${candidate_deps})