From: NAKAMURA Takumi Date: Sun, 26 Jan 2014 06:18:06 +0000 (+0000) Subject: [CMake] Reindent. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95850106c5b52ef39c91f5e125d3e7aa80292b0d;p=clang [CMake] Reindent. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200133 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index dcd65fd9e0..33a5599d16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,10 +70,11 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR ) set(LLVM_RUNTIME_OUTPUT_INTDIR ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/bin) set(LLVM_LIBRARY_OUTPUT_INTDIR ${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lib) - option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF) + option(LLVM_INSTALL_TOOLCHAIN_ONLY + "Only include toolchain files in the 'install' target." OFF) option(LLVM_FORCE_USE_OLD_HOST_TOOLCHAIN - "Set to ON to force using an old, unsupported host toolchain." OFF) + "Set to ON to force using an old, unsupported host toolchain." OFF) include(AddLLVM) include(TableGen)