summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-05-01 18:08:53 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-05-01 18:08:53 (GMT)
commitf5cf6c7cd76a18f96adbdaf198162d74f79f4ff9 (patch)
tree080c96d086444ec071f0995772f9297a26e99bed /Utilities
parent4db78c7c01621aa770d192a1170ad8ebff4f7b12 (diff)
parentd960de2f5410b6ed10aabeb71e09aec19d32d9d8 (diff)
downloadCMake-f5cf6c7cd76a18f96adbdaf198162d74f79f4ff9.zip
CMake-f5cf6c7cd76a18f96adbdaf198162d74f79f4ff9.tar.gz
CMake-f5cf6c7cd76a18f96adbdaf198162d74f79f4ff9.tar.bz2
Merge topic 'require-CMake-2.8.2'
d960de2 Require CMake 2.8.2 or higher to build CMake
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/cmlibarchive/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmlibarchive/CMakeLists.txt b/Utilities/cmlibarchive/CMakeLists.txt
index 7f7a69f..ebf28ae 100644
--- a/Utilities/cmlibarchive/CMakeLists.txt
+++ b/Utilities/cmlibarchive/CMakeLists.txt
@@ -2,7 +2,7 @@
#
PROJECT(libarchive C)
#
-CMAKE_MINIMUM_REQUIRED(VERSION 2.6.3 FATAL_ERROR)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/build/cmake")
if(NOT CMAKE_RUNTIME_OUTPUT_DIRECTORY)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${libarchive_BINARY_DIR}/bin)