From 3a243636d544e20fa7e170cf56fe89afd53896dd Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 14 Apr 2014 21:58:19 +0000 Subject: [PATCH] [CMake] Reformat, if(MSVC)...else()...endif() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206215 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 624f755fd54..d8628935453 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -199,7 +199,7 @@ option(LLVM_ENABLE_PIC "Build Position-Independent Code" ON) # MSVC has a gazillion warnings with this. if( MSVC ) option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." OFF) -else( MSVC ) +else() option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." ON) endif() -- 2.34.1