diff options
author | Brad King <brad.king@kitware.com> | 2011-05-03 16:49:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-05-03 16:49:41 (GMT) |
commit | d7d71ebda3dad355770c51a735b1bf68f5f50d0d (patch) | |
tree | 214a167b9356eef2b646a021271359c010ff77ca /Source | |
parent | 9c84f747c30ff706f27e250ef67a6889ef6ab794 (diff) | |
download | CMake-d7d71ebda3dad355770c51a735b1bf68f5f50d0d.zip CMake-d7d71ebda3dad355770c51a735b1bf68f5f50d0d.tar.gz CMake-d7d71ebda3dad355770c51a735b1bf68f5f50d0d.tar.bz2 |
Fix case typo in CMAKE_BUILD_TYPE docs (#12148)
Reported-by: Stephen Kelly <steveire@gmail.com>
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index f2431e6..994445d 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -546,7 +546,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "make based generators. If this variable is supported, " "then CMake will also provide initial values for the " "variables with the name " - " CMAKE_C_FLAGS_[Debug|Release|RelWithDebInfo|MinSizeRel]." + " CMAKE_C_FLAGS_[DEBUG|RELEASE|RELWITHDEBINFO|MINSIZEREL]." " For example, if CMAKE_BUILD_TYPE is Debug, then " "CMAKE_C_FLAGS_DEBUG will be added to the CMAKE_C_FLAGS.",false, "Variables That Change Behavior"); |