[llvm-commits] [llvm] r90220 - /llvm/trunk/CMakeLists.txt
Tobias Grosser
grosser at fim.uni-passau.de
Tue Dec 1 00:44:29 PST 2009
Author: grosser
Date: Tue Dec 1 02:43:33 2009
New Revision: 90220
URL: http://llvm.org/viewvc/llvm-project?rev=90220&view=rev
Log:
Fix copy paste bug
Modified:
llvm/trunk/CMakeLists.txt
Modified: llvm/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=90220&r1=90219&r2=90220&view=diff
==============================================================================
--- llvm/trunk/CMakeLists.txt (original)
+++ llvm/trunk/CMakeLists.txt Tue Dec 1 02:43:33 2009
@@ -191,7 +191,7 @@
add_llvm_definitions( -D__STDC_LIMIT_MACROS )
add_llvm_definitions( -D__STDC_CONSTANT_MACROS )
-option(LLVM_ENABLE_PEDANTIC "Enable compiler warnings." ON)
+option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." ON)
option(LLVM_ENABLE_PEDANTIC "Compile with pedantic enabled." ON)
option(LLVM_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
More information about the llvm-commits
mailing list