mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
Merge pull request #4128 from alalek:fix_noipp_build
This commit is contained in:
commit
2bc16e83d6
@ -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