Fix case typo in CMAKE_BUILD_TYPE docs (#12148)
Reported-by: Stephen Kelly <steveire@gmail.com>
This commit is contained in:
parent
9c84f747c3
commit
d7d71ebda3
|
@ -546,7 +546,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
|
||||||
"make based generators. If this variable is supported, "
|
"make based generators. If this variable is supported, "
|
||||||
"then CMake will also provide initial values for the "
|
"then CMake will also provide initial values for the "
|
||||||
"variables with the name "
|
"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 "
|
" For example, if CMAKE_BUILD_TYPE is Debug, then "
|
||||||
"CMAKE_C_FLAGS_DEBUG will be added to the CMAKE_C_FLAGS.",false,
|
"CMAKE_C_FLAGS_DEBUG will be added to the CMAKE_C_FLAGS.",false,
|
||||||
"Variables That Change Behavior");
|
"Variables That Change Behavior");
|
||||||
|
|
Loading…
Reference in New Issue