FIX: remove duplicate

gangliao-patch-1
liaogang 8 years ago
parent d6ecae779a
commit 3e4ba647ee

@ -103,6 +103,7 @@ function(merge_static_libs TARGET_NAME)
foreach(lib ${libs})
list(APPEND libs_deps ${${lib}_LIB_DEPENDS})
endforeach()
list(REMOVE_DUPLICATES libs_deps)
# To produce a library we need at least one source file.
# It is created by add_custom_command below and will helps

Loading…
Cancel
Save