[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-1018-g03ce61a

Daniele E. Domenichelli daniele.domenichelli at gmail.com
Fri Mar 14 06:52:25 EDT 2014


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  03ce61a5017fb475019b778146c9bc9d107114a7 (commit)
       via  1af77f3f1dcd2fe160a9ea1d7936742c968f25d1 (commit)
      from  3aafa45107d37d75ef969877158367479a268fed (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=03ce61a5017fb475019b778146c9bc9d107114a7
commit 03ce61a5017fb475019b778146c9bc9d107114a7
Merge: 3aafa45 1af77f3
Author:     Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
AuthorDate: Fri Mar 14 06:52:24 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Mar 14 06:52:24 2014 -0400

    Merge topic 'FeatureSummary_missing_titles' into next
    
    1af77f3f FeatureSummary: Add missing titles for PACKAGES_FOUND and PACKAGES_NOT_FOUND


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1af77f3f1dcd2fe160a9ea1d7936742c968f25d1
commit 1af77f3f1dcd2fe160a9ea1d7936742c968f25d1
Author:     Daniele E. Domenichelli <daniele.domenichelli at iit.it>
AuthorDate: Fri Mar 14 11:51:45 2014 +0100
Commit:     Daniele E. Domenichelli <daniele.domenichelli at iit.it>
CommitDate: Fri Mar 14 11:51:51 2014 +0100

    FeatureSummary: Add missing titles for PACKAGES_FOUND and PACKAGES_NOT_FOUND
    
    Since now these can be used with the WHAT argument a title is required.

diff --git a/Modules/FeatureSummary.cmake b/Modules/FeatureSummary.cmake
index 6696515..a72954c 100644
--- a/Modules/FeatureSummary.cmake
+++ b/Modules/FeatureSummary.cmake
@@ -492,6 +492,8 @@ function(FEATURE_SUMMARY)
 
     set(title_ENABLED_FEATURES               "The following features have been enabled:")
     set(title_DISABLED_FEATURES              "The following features have been disabled:")
+    set(title_PACKAGES_FOUND                 "The following packages have been found:")
+    set(title_PACKAGES_NOT_FOUND             "The following packages have not been found:")
     set(title_OPTIONAL_PACKAGES_FOUND        "The following OPTIONAL packages have been found:")
     set(title_OPTIONAL_PACKAGES_NOT_FOUND    "The following OPTIONAL packages have not been found:")
     set(title_RECOMMENDED_PACKAGES_FOUND     "The following RECOMMENDED packages have been found:")

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

Summary of changes:
 Modules/FeatureSummary.cmake |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list