mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
'adas' extra module doesn't produce .lib on windows (causes link error)
This commit is contained in:
parent
9ab3b89c53
commit
a2ae1db31c
@ -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})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user