diff options
author | Brad King <brad.king@kitware.com> | 2004-03-23 20:02:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-03-23 20:02:07 (GMT) |
commit | 7fa9a5f5d6075e29118bf114feb2d8b1d2ad6213 (patch) | |
tree | 5f76d15216f3a0805a7a1190b8c897af33d55a15 /Modules | |
parent | f19c1a80945bc93aac513fcb590333c87b7a5674 (diff) | |
download | CMake-7fa9a5f5d6075e29118bf114feb2d8b1d2ad6213.zip CMake-7fa9a5f5d6075e29118bf114feb2d8b1d2ad6213.tar.gz CMake-7fa9a5f5d6075e29118bf114feb2d8b1d2ad6213.tar.bz2 |
ERR: Fixed incorrect documentation for CMAKE_CXX_WARNING_LEVEL. Submitted by David Cole.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Platform/Windows-cl.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake index f2f8eac..df8e7de 100644 --- a/Modules/Platform/Windows-cl.cmake +++ b/Modules/Platform/Windows-cl.cmake @@ -66,7 +66,7 @@ IF(CMAKE_GENERATOR MATCHES "Visual Studio 7") SET (CMAKE_CONFIGURATION_TYPES "Debug;Release;MinSizeRel;RelWithDebInfo" CACHE STRING "Semicolon separated list of supported configuration types, only supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything else will be ignored.") SET (CMAKE_CXX_WARNING_LEVEL "3" CACHE STRING - "Size of stack for programs.") + "Default compiler warning level for C++.") SET (CMAKE_CXX_STACK_SIZE "10000000" CACHE STRING "Size of stack for programs.") MARK_AS_ADVANCED(CMAKE_CONFIGURATION_TYPES CMAKE_CXX_STACK_SIZE CMAKE_CXX_WARNING_LEVEL) |