[Cmake-commits] CMake branch, next, updated. v2.8.5-1741-g56a66a7

Stephen Kelly steveire at gmail.com
Sat Aug 27 03:27:40 EDT 2011


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  56a66a783ea6f49553869884af2f458d28db2b07 (commit)
       via  356cef21987fccbf265f77800ff7f94cff995fb9 (commit)
       via  0f78d92c0fadfdb128e48867a05dafbb3d8db38c (commit)
      from  30672a368a06f2f0dbd507d68c96fad16d93bfd8 (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=56a66a783ea6f49553869884af2f458d28db2b07
commit 56a66a783ea6f49553869884af2f458d28db2b07
Merge: 30672a3 356cef2
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Aug 27 03:27:34 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Aug 27 03:27:34 2011 -0400

    Merge topic 'feature_summary_formatting' into next
    
    356cef2 Make the formatting of feature_summary output a little better.
    0f78d92 KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=356cef21987fccbf265f77800ff7f94cff995fb9
commit 356cef21987fccbf265f77800ff7f94cff995fb9
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Aug 27 09:26:26 2011 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Aug 27 09:26:26 2011 +0200

    Make the formatting of feature_summary output a little better.

diff --git a/Modules/FeatureSummary.cmake b/Modules/FeatureSummary.cmake
index 570fb7b..885762a 100644
--- a/Modules/FeatureSummary.cmake
+++ b/Modules/FeatureSummary.cmake
@@ -302,7 +302,7 @@ FUNCTION(_FS_GET_FEATURE_SUMMARY _property _var _includeQuiet)
 
       IF(includeThisOne)
 
-        SET(_currentFeatureText "${_currentFeatureText}\n${_currentFeature}")
+        SET(_currentFeatureText "${_currentFeatureText}\n * ${_currentFeature}")
         GET_PROPERTY(_info  GLOBAL PROPERTY _CMAKE_${_currentFeature}_REQUIRED_VERSION)
         IF(_info)
           SET(_currentFeatureText "${_currentFeatureText} (required version ${_info})")

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

Summary of changes:
 Modules/FeatureSummary.cmake      |    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