Fix copy paste bug
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 1 Dec 2009 08:43:33 +0000 (08:43 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Tue, 1 Dec 2009 08:43:33 +0000 (08:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90220 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index bb33a0ffd3ac69b9e0e8483698f4de455d30b8ad..3ad466901ac028f1c3ef7ecba0c6deb5e107a643 100644 (file)
@@ -191,7 +191,7 @@ set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${LLVM_BINARY_DIR}/lib )
 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)