[Cmake-commits] CMake branch, next, updated. v3.1.1-2267-ga1adb3a

Brad King brad.king at kitware.com
Fri Jan 23 09:03:49 EST 2015


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  a1adb3a956ac31b0494eebd69349d3c950e1a5a2 (commit)
       via  b79d8f2934bc0dbe5f22fbb3ee709eb932baf3c6 (commit)
      from  d07f9d28f1d7d552e5a42dd7bdd3a91856375e5c (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=a1adb3a956ac31b0494eebd69349d3c950e1a5a2
commit a1adb3a956ac31b0494eebd69349d3c950e1a5a2
Merge: d07f9d2 b79d8f2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Jan 23 09:03:48 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jan 23 09:03:48 2015 -0500

    Merge topic 'FeatureSummary-fix-doc-typo' into next
    
    b79d8f29 FeatureSummary: Fix bracket in documentation.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b79d8f2934bc0dbe5f22fbb3ee709eb932baf3c6
commit b79d8f2934bc0dbe5f22fbb3ee709eb932baf3c6
Author:     Christoph Grüninger <foss at grueninger.de>
AuthorDate: Thu Jan 22 23:48:38 2015 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Jan 23 09:02:48 2015 -0500

    FeatureSummary: Fix bracket in documentation.

diff --git a/Modules/FeatureSummary.cmake b/Modules/FeatureSummary.cmake
index 9016db8..3eea9db 100644
--- a/Modules/FeatureSummary.cmake
+++ b/Modules/FeatureSummary.cmake
@@ -40,7 +40,7 @@
 #                      [FATAL_ON_MISSING_REQUIRED_PACKAGES]
 #                      [DESCRIPTION "Found packages:"]
 #                      WHAT (ALL | PACKAGES_FOUND | PACKAGES_NOT_FOUND
-#                           | ENABLED_FEATURES | DISABLED_FEATURES]
+#                           | ENABLED_FEATURES | DISABLED_FEATURES)
 #                    )
 #
 #
@@ -265,7 +265,7 @@
 # Does the same as SET_PACKAGE_INFO(<name> <description> <url> )
 
 #=============================================================================
-# Copyright 2007-2009 Kitware, Inc.
+# Copyright 2007-2015 Kitware, Inc.
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list