[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3545-gc57b8d5

Stephen Kelly steveire at gmail.com
Wed Jul 31 11:15:12 EDT 2013


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  c57b8d5618a6dd664b932b92c9c87ccc3dbcfed4 (commit)
       via  742994125417b30443e8e58a72a2839c31d97c23 (commit)
      from  8fcf9ac319a174bb427de84f1d9188e07bb773f4 (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=c57b8d5618a6dd664b932b92c9c87ccc3dbcfed4
commit c57b8d5618a6dd664b932b92c9c87ccc3dbcfed4
Merge: 8fcf9ac 7429941
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Jul 31 11:15:08 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 31 11:15:08 2013 -0400

    Merge topic 'minor-cleanups' into next
    
    7429941 Docs: Fix typo in CMAKE_DEBUG_TARGET_PROPERTIES


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=742994125417b30443e8e58a72a2839c31d97c23
commit 742994125417b30443e8e58a72a2839c31d97c23
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Jul 31 17:13:46 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Jul 31 17:13:46 2013 +0200

    Docs: Fix typo in CMAKE_DEBUG_TARGET_PROPERTIES
    
    Introduced in commit f10e6480 (Docs: Document existing target
    property debugging options., 2013-07-26)

diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index 91e278e..2c2d377 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -966,8 +966,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
      "only be used when evaluating the INCLUDE_DIRECTORIES, "
      "COMPILE_DEFINITIONS and COMPILE_OPTIONS target properties.  "
      "In that case, it outputs a backtrace for each entry in the target "
-     "propertythe build.  Default is unset.",
-     false,"Variables That Change Behavior");
+     "property.  Default is unset.", false, "Variables That Change Behavior");
 
   // Variables defined by CMake that describe the system
 

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list