This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  aec309f9b69608a631491d8b9766c2281f4d16d2 (commit)
       via  d7d71ebda3dad355770c51a735b1bf68f5f50d0d (commit)
      from  74978aaff4ec77ae71bba5e3851c636b81f0bc72 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=aec309f9b69608a631491d8b9766c2281f4d16d2
commit aec309f9b69608a631491d8b9766c2281f4d16d2
Merge: 74978aa d7d71eb
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue May 3 12:52:59 2011 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue May 3 12:52:59 2011 -0400

    Merge topic 'doc-CMAKE_BUILD_TYPE-config-case-issue-12148' into next
    
    d7d71eb Fix case typo in CMAKE_BUILD_TYPE docs (#12148)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d7d71ebda3dad355770c51a735b1bf68f5f50d0d
commit d7d71ebda3dad355770c51a735b1bf68f5f50d0d
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue May 3 12:49:41 2011 -0400
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Tue May 3 12:49:41 2011 -0400

    Fix case typo in CMAKE_BUILD_TYPE docs (#12148)
    
    Reported-by: Stephen Kelly <steve...@gmail.com>

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

-----------------------------------------------------------------------

Summary of changes:
 Source/cmDocumentVariables.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to