Commit a2ae1db3 authored by Alexander Mordvintsev's avatar Alexander Mordvintsev

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

parent 9ab3b89c
......@@ -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})
......
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