Commit 1ce0ef9d authored by Alexander Alekhin's avatar Alexander Alekhin

fix build without IPP (and empty 3rdparty)

parent bf843477
...@@ -824,7 +824,7 @@ macro(ocv_get_all_libs _modules _extra _3rdparty) ...@@ -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})
......
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