summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-12-17 15:18:56 (GMT)
committerBrad King <brad.king@kitware.com>2010-12-17 15:18:56 (GMT)
commit62c6d2d7e71c0607cd2891444d1b15ad536f7ada (patch)
tree2262ce5609b8a7fe88122b8f0f529108e5ba3eda /Modules
parent72db20fb2582f5409bde1e510969f3b715049660 (diff)
parenta6cb1d46535b083a74be6c6517acf343294105a7 (diff)
downloadCMake-62c6d2d7e71c0607cd2891444d1b15ad536f7ada.zip
CMake-62c6d2d7e71c0607cd2891444d1b15ad536f7ada.tar.gz
CMake-62c6d2d7e71c0607cd2891444d1b15ad536f7ada.tar.bz2
Merge branch 'cmake_--system-information_min-version' into cygwin
Diffstat (limited to 'Modules')
-rw-r--r--Modules/SystemInformation.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Modules/SystemInformation.cmake b/Modules/SystemInformation.cmake
index d973e90f..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