Commit 2bc16e83 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #4128 from alalek:fix_noipp_build

parents 80bd67c3 1ce0ef9d
......@@ -824,7 +824,7 @@ macro(ocv_get_all_libs _modules _extra _3rdparty)
endif()
# 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
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