[Cmake-commits] CMake branch, next, updated. v2.8.3-547-g7d43643

David Cole david.cole at kitware.com
Fri Nov 5 09:23:30 EDT 2010


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  7d4364315d71729b2031a0a9e98c1866f994faeb (commit)
       via  6332687e490b48cb4153b0a87a62c34f5cf673a5 (commit)
      from  103a6ce0a0ff91ba760c0b4e847b98104ba3b77e (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=7d4364315d71729b2031a0a9e98c1866f994faeb
commit 7d4364315d71729b2031a0a9e98c1866f994faeb
Merge: 103a6ce 6332687
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Fri Nov 5 09:23:28 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 5 09:23:28 2010 -0400

    Merge topic 'add-ProcessorCount-module' into next
    
    6332687 Add correct module notice header.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6332687e490b48cb4153b0a87a62c34f5cf673a5
commit 6332687e490b48cb4153b0a87a62c34f5cf673a5
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Fri Nov 5 09:21:51 2010 -0400
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Fri Nov 5 09:21:51 2010 -0400

    Add correct module notice header.
    
    Fixes failing ModuleNotices test.

diff --git a/Modules/ProcessorCount.cmake b/Modules/ProcessorCount.cmake
index e4aea19..b46a012 100644
--- a/Modules/ProcessorCount.cmake
+++ b/Modules/ProcessorCount.cmake
@@ -11,7 +11,7 @@
 # code.
 
 #=============================================================================
-# Copyright 2002-2009 Kitware, Inc.
+# Copyright 2010 Kitware, Inc.
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.
@@ -20,7 +20,7 @@
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 # See the License for more information.
 #=============================================================================
-# (To distributed this file outside of CMake, substitute the full
+# (To distribute this file outside of CMake, substitute the full
 #  License text for the above reference.)
 
 function(ProcessorCount var)

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list