fix build without IPP (and empty 3rdparty)
This commit is contained in:
parent
bf8434770f
commit
1ce0ef9d41
@ -824,7 +824,7 @@ macro(ocv_get_all_libs _modules _extra _3rdparty)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# split 3rdparty libs and modules
|
# split 3rdparty libs and modules
|
||||||
list(REMOVE_ITEM ${_modules} ${${_3rdparty}} ${${_extra}})
|
list(REMOVE_ITEM ${_modules} ${${_3rdparty}} ${${_extra}} non_empty_list)
|
||||||
|
|
||||||
# convert CMake lists to makefile literals
|
# convert CMake lists to makefile literals
|
||||||
foreach(lst ${_modules} ${_3rdparty} ${_extra})
|
foreach(lst ${_modules} ${_3rdparty} ${_extra})
|
||||||
|
Loading…
Reference in New Issue
Block a user