[Cmake-commits] CMake branch, next, updated. v2.8.3-981-g2f536bf

Brad King brad.king at kitware.com
Fri Dec 17 10:17:46 EST 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  2f536bf65fdef888058c1013c083670209d9e0c0 (commit)
       via  a6cb1d46535b083a74be6c6517acf343294105a7 (commit)
      from  a473dd40f79c9844adf182286478a0d8d1063153 (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=2f536bf65fdef888058c1013c083670209d9e0c0
commit 2f536bf65fdef888058c1013c083670209d9e0c0
Merge: a473dd4 a6cb1d4
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Dec 17 10:17:44 2010 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 17 10:17:44 2010 -0500

    Merge topic 'cmake_--system-information_min-version' into next
    
    a6cb1d4 Declare min CMake version in --system-information project


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a6cb1d46535b083a74be6c6517acf343294105a7
commit a6cb1d46535b083a74be6c6517acf343294105a7
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Dec 17 09:39:30 2010 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Dec 17 09:39:30 2010 -0500

    Declare min CMake version in --system-information project
    
    The --system-information flag's project triggered a CMP0000 warning
    because the CMakeLists.txt it generates needs cmake_minimum_required.

diff --git a/Modules/SystemInformation.cmake b/Modules/SystemInformation.cmake
index d973e90..d4f2233 100644
--- a/Modules/SystemInformation.cmake
+++ b/Modules/SystemInformation.cmake
@@ -1,6 +1,6 @@
 
 #=============================================================================
-# Copyright 2007-2009 Kitware, Inc.
+# Copyright 2007-2010 Kitware, Inc.
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.
@@ -12,6 +12,7 @@
 # (To distribute this file outside of CMake, substitute the full
 #  License text for the above reference.)
 
+CMAKE_MINIMUM_REQUIRED(VERSION ${CMAKE_VERSION})
 PROJECT(DumpInformation)
 
 # first get the standard information for th platform

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list