Merge topic 'doc-CMAKE_BUILD_TYPE-config-case-issue-12148'

d7d71eb Fix case typo in CMAKE_BUILD_TYPE docs (#12148)
This commit is contained in:
Brad King 2011-05-10 13:58:23 -04:00 committed by CMake Topic Stage
commit 7faffc988c
1 changed files with 1 additions and 1 deletions

View File

@ -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");