From: NAKAMURA Takumi Date: Fri, 21 Aug 2015 09:37:53 +0000 (+0000) Subject: Untabify. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39946e8091944d46f8c02ac92394cfcf830e8628;p=clang Untabify. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245684 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ec02208cf..67b44ffa84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -362,7 +362,7 @@ macro(add_clang_library name) set_source_files_properties(${tds}} PROPERTIES HEADER_FILE_ONLY ON) if(headers OR tds) - set(srcs ${headers} ${tds}) + set(srcs ${headers} ${tds}) endif() endif() endif(MSVC_IDE OR XCODE)