]> granicus.if.org Git - clang/commitdiff
[CMake] Reindent.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 26 Jan 2014 06:18:06 +0000 (06:18 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 26 Jan 2014 06:18:06 +0000 (06:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200133 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index dcd65fd9e016956d9b366569ff1a919cd6115dca..33a5599d16b060a00075fa86e4e9d3f55a2f6996 100644 (file)
@@ -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)