From: NAKAMURA Takumi Date: Mon, 14 Apr 2014 21:58:19 +0000 (+0000) Subject: [CMake] Reformat, if(MSVC)...else()...endif() X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3a243636d544e20fa7e170cf56fe89afd53896dd;p=oota-llvm.git [CMake] Reformat, if(MSVC)...else()...endif() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206215 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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()