summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-05-10 17:58:23 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-05-10 17:58:23 (GMT)
commit7faffc988ca2598785a97c3902d4eb12f10561a9 (patch)
treeb86e11a704940dbeca113323887d975ef10f6a1f
parenta4d935933bf93f6878b58c582a009134065475d5 (diff)
parentd7d71ebda3dad355770c51a735b1bf68f5f50d0d (diff)
downloadCMake-7faffc988ca2598785a97c3902d4eb12f10561a9.zip
CMake-7faffc988ca2598785a97c3902d4eb12f10561a9.tar.gz
CMake-7faffc988ca2598785a97c3902d4eb12f10561a9.tar.bz2
Merge topic 'doc-CMAKE_BUILD_TYPE-config-case-issue-12148'
d7d71eb Fix case typo in CMAKE_BUILD_TYPE docs (#12148)
-rw-r--r--Source/cmDocumentVariables.cxx2
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");