提交 3e4ba647 编写于 作者: L liaogang

FIX: remove duplicate

上级 d6ecae77
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册