[Cmake-commits] CMake branch, next, updated. v2.8.7-2964-g7e6b44d

Brad King brad.king at kitware.com
Wed Feb 29 14:07:41 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  7e6b44d849cf8b45f6ed96c059f9fbe67b8b4fff (commit)
       via  9c1afd6082605af63eebcc290ed70a8d49275961 (commit)
      from  2b89510c33cec1e66e05d6dfab4630367a08c512 (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=7e6b44d849cf8b45f6ed96c059f9fbe67b8b4fff
commit 7e6b44d849cf8b45f6ed96c059f9fbe67b8b4fff
Merge: 2b89510 9c1afd6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 29 14:07:37 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Feb 29 14:07:37 2012 -0500

    Merge topic 'run-vim-spellcheck' into next
    
    9c1afd6 cmake.cxx: Fix line-too-long style violation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9c1afd6082605af63eebcc290ed70a8d49275961
commit 9c1afd6082605af63eebcc290ed70a8d49275961
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Feb 29 14:07:09 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Feb 29 14:07:09 2012 -0500

    cmake.cxx: Fix line-too-long style violation

diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 08715f0..0b7a996 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -3373,7 +3373,8 @@ void cmake::DefineProperties(cmake *cm)
      "it contains the names of all packages which were found. This is "
      "determined using the <NAME>_FOUND variables. Packages which are "
      "searched QUIET are not listed. A project can add its own features to "
-     "this list. This property is used by the macros in FeatureSummary.cmake.");
+     "this list. "
+     "This property is used by the macros in FeatureSummary.cmake.");
   cm->DefineProperty
     ("DISABLED_FEATURES", cmProperty::GLOBAL,
      "List of features which are disabled during the CMake run.",
@@ -3381,7 +3382,8 @@ void cmake::DefineProperties(cmake *cm)
      "it contains the names of all packages which were not found. This is "
      "determined using the <NAME>_FOUND variables. Packages which are "
      "searched QUIET are not listed. A project can add its own features to "
-     "this list. This property is used by the macros in FeatureSummary.cmake.");
+     "this list. "
+     "This property is used by the macros in FeatureSummary.cmake.");
   cm->DefineProperty
     ("PACKAGES_FOUND", cmProperty::GLOBAL,
      "List of packages which were found during the CMake run.",

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

Summary of changes:
 Source/cmake.cxx |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list