[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5870-ga8f4cf8

Stephen Kelly steveire at gmail.com
Wed Nov 27 09:38:28 EST 2013


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  a8f4cf8a02f46576c3e0212b95536dd1293fdc9a (commit)
       via  e6280b8a379cf3756b5dbb3aa27854543c56688c (commit)
      from  6a28972e226f19d7af9830a626318ed21a3ab75a (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=a8f4cf8a02f46576c3e0212b95536dd1293fdc9a
commit a8f4cf8a02f46576c3e0212b95536dd1293fdc9a
Merge: 6a28972 e6280b8
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 27 09:38:23 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 27 09:38:23 2013 -0500

    Merge topic 'cmake-packages-manual' into next
    
    e6280b8 Add module notice.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e6280b8a379cf3756b5dbb3aa27854543c56688c
commit e6280b8a379cf3756b5dbb3aa27854543c56688c
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Nov 27 15:37:51 2013 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Nov 27 15:37:51 2013 +0100

    Add module notice.

diff --git a/Modules/CMakeFindDependencyMacro.cmake b/Modules/CMakeFindDependencyMacro.cmake
index 343f9d2..b075801 100644
--- a/Modules/CMakeFindDependencyMacro.cmake
+++ b/Modules/CMakeFindDependencyMacro.cmake
@@ -1,4 +1,17 @@
 
+#=============================================================================
+# Copyright 2013 Stephen Kelly <steveire at gmail.com>
+#
+# Distributed under the OSI-approved BSD License (the "License");
+# see accompanying file Copyright.txt for details.
+#
+# This software is distributed WITHOUT ANY WARRANTY; without even the
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the License for more information.
+#=============================================================================
+# (To distribute this file outside of CMake, substitute the full
+#  License text for the above reference.)
+
 macro(find_dependency dep)
   if (NOT ${dep}_FOUND)
     if (${ARGV1})

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

Summary of changes:
 Modules/CMakeFindDependencyMacro.cmake |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list