diff options
author | Brad King <brad.king@kitware.com> | 2011-05-10 17:58:23 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-05-10 17:58:23 (GMT) |
commit | 7faffc988ca2598785a97c3902d4eb12f10561a9 (patch) | |
tree | b86e11a704940dbeca113323887d975ef10f6a1f | |
parent | a4d935933bf93f6878b58c582a009134065475d5 (diff) | |
parent | d7d71ebda3dad355770c51a735b1bf68f5f50d0d (diff) | |
download | CMake-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.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"); |