Skip to content

Commit

Permalink
fix build without IPP (and empty 3rdparty)
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Jun 17, 2015
1 parent bf84347 commit 1ce0ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenCVUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 1ce0ef9

Please sign in to comment.