[CMake] Prune trailing whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-10-23 11:31:33 +00:00
parent effe629b3d
commit f3379e7bdd

View File

@ -7,7 +7,7 @@ add_llvm_unittest(MCTests
StringTableBuilderTest.cpp StringTableBuilderTest.cpp
YAMLTest.cpp YAMLTest.cpp
) )
foreach(t ${LLVM_TARGETS_TO_BUILD}) foreach(t ${LLVM_TARGETS_TO_BUILD})
if (IS_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/${t}") if (IS_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/${t}")
add_subdirectory(${t}) add_subdirectory(${t})