[Cmake-commits] CMake branch, next, updated. v2.8.7-2371-ge66b988

Stephen Kelly steveire at gmail.com
Mon Jan 30 19:48:32 EST 2012


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  e66b988dba2dea5206cce8eb91f28d17c1708ce0 (commit)
       via  33eee2c36f0c0c368d544d5452a72a536e734128 (commit)
       via  ba4a9f726d5de80c2668fd86e7e511890359ef8c (commit)
       via  7f2b3a591e1141fc07b99a2773503046c658c5a6 (commit)
      from  9372503b9757836c01f1c16a47e06da2505ed853 (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=e66b988dba2dea5206cce8eb91f28d17c1708ce0
commit e66b988dba2dea5206cce8eb91f28d17c1708ce0
Merge: 9372503 33eee2c
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Jan 30 19:48:25 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jan 30 19:48:25 2012 -0500

    Merge topic 'rpath-docs-whitespace' into next
    
    33eee2c Add whitespace after '.' in CMAKE_SKIP_RPATH docs.
    ba4a9f7 KWSys Nightly Date Stamp
    7f2b3a5 KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=33eee2c36f0c0c368d544d5452a72a536e734128
commit 33eee2c36f0c0c368d544d5452a72a536e734128
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Tue Jan 31 01:46:34 2012 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Tue Jan 31 01:46:34 2012 +0100

    Add whitespace after '.' in CMAKE_SKIP_RPATH docs.

diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index 687debc..1cab2b5 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -354,7 +354,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
      "If true, do not add run time path information.",
      "If this is set to TRUE, then the rpath information "
      "is not added to compiled executables.  The default "
-     "is to add rpath information if the platform supports it."
+     "is to add rpath information if the platform supports it.  "
      "This allows for easy running from the build tree.",false,
      "Variables that Provide Information");
   cm->DefineProperty

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list