mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 03:26:06 +08:00
Prune debug message in AddLLVM.cmake.
llvm-svn: 201932
This commit is contained in:
@@ -298,7 +298,6 @@ function(llvm_add_library name)
|
||||
# Add dependencies also to objlibs.
|
||||
# CMake issue 14747 -- add_dependencies() might be ignored to objlib's user.
|
||||
foreach(objlib ${objlibs})
|
||||
message("add_dependencies(${objlib} ${LLVM_COMMON_DEPENDS})")
|
||||
add_dependencies(${objlib} ${LLVM_COMMON_DEPENDS})
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user