Skip to content

Commit

Permalink
Prune debug message in AddLLVM.cmake.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201932 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Feb 22, 2014
1 parent 378f318 commit a7101eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/modules/AddLLVM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a7101eb

Please sign in to comment.