[Cmake-commits] CMake branch, next, updated. v2.8.8-2859-g6835c5a

Alexander Neundorf neundorf at kde.org
Sun May 13 08:40:12 EDT 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  6835c5a3969620c1a3127f5931503eec1a255588 (commit)
       via  b1d7c4b1d241445da31482ad893ec992bdccdabf (commit)
       via  c7dab4b93668e44ce07b810a08f171f8eb847785 (commit)
       via  b149d1ed05eb5bca8b3107de6a16f5fddbe8b7d5 (commit)
      from  80917464977776f9583eec3e6456e3b5e5fd87e4 (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=6835c5a3969620c1a3127f5931503eec1a255588
commit 6835c5a3969620c1a3127f5931503eec1a255588
Merge: 8091746 b1d7c4b
Author:     Alexander Neundorf <neundorf at kde.org>
AuthorDate: Sun May 13 08:40:05 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun May 13 08:40:05 2012 -0400

    Merge topic 'FeatureSummaryNicerFormatting' into next
    
    b1d7c4b FeatureSummary.cmake: nicer formatting
    c7dab4b CMake Nightly Date Stamp
    b149d1e CMake Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b1d7c4b1d241445da31482ad893ec992bdccdabf
commit b1d7c4b1d241445da31482ad893ec992bdccdabf
Author:     Alex Neundorf <neundorf at kde.org>
AuthorDate: Sun May 13 14:37:51 2012 +0200
Commit:     Alex Neundorf <neundorf at kde.org>
CommitDate: Sun May 13 14:37:51 2012 +0200

    FeatureSummary.cmake: nicer formatting
    
    Alex

diff --git a/Modules/FeatureSummary.cmake b/Modules/FeatureSummary.cmake
index cef647e..a5b94d1 100644
--- a/Modules/FeatureSummary.cmake
+++ b/Modules/FeatureSummary.cmake
@@ -318,7 +318,7 @@ FUNCTION(_FS_GET_FEATURE_SUMMARY _property _var _includeQuiet)
 
         GET_PROPERTY(_info  GLOBAL PROPERTY _CMAKE_${_currentFeature}_PURPOSE)
         FOREACH(_purpose ${_info})
-          SET(_currentFeatureText "${_currentFeatureText}\n   * ${_purpose}")
+          SET(_currentFeatureText "${_currentFeatureText}\n   ${_purpose}")
         ENDFOREACH()
 
       ENDIF(includeThisOne)
@@ -399,7 +399,7 @@ FUNCTION(FEATURE_SUMMARY)
       SET(_tmp)
       _FS_GET_FEATURE_SUMMARY( ${part} _tmp ${_FS_INCLUDE_QUIET_PACKAGES})
       IF(_tmp)
-        SET(_fullText "${_fullText}\n\n-- ${title_${part}}\n${_tmp}")
+        SET(_fullText "${_fullText}\n-- ${title_${part}}\n${_tmp}\n")
         IF("${part}" STREQUAL "REQUIRED_PACKAGES_NOT_FOUND")
           SET(requiredPackagesNotFound TRUE)
         ENDIF()

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

Summary of changes:
 Modules/FeatureSummary.cmake |    4 ++--
 Source/CMakeVersion.cmake    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list