diff options
author | Brad King <brad.king@kitware.com> | 2012-04-26 20:35:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-04-26 20:39:54 (GMT) |
commit | d960de2f5410b6ed10aabeb71e09aec19d32d9d8 (patch) | |
tree | 0f3cbb5719d68891d16ee1a73f9da96f7436b610 /Utilities | |
parent | a7d0fb1470cc7c900abfff14a87039d353a8c2b3 (diff) | |
download | CMake-d960de2f5410b6ed10aabeb71e09aec19d32d9d8.zip CMake-d960de2f5410b6ed10aabeb71e09aec19d32d9d8.tar.gz CMake-d960de2f5410b6ed10aabeb71e09aec19d32d9d8.tar.bz2 |
Require CMake 2.8.2 or higher to build CMake
Update the requirement specified in the top-level CMakeLists.txt file.
Drop the special-case minimum required version of 2.8.0 because the new
minimum subsumes it.
Revert commit 6c611c6b (libarchive: Restore CMake 2.6.3 as minimum
version, 2012-01-05) since our requirement now subsumes libarchive's.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmlibarchive/CMakeLists.txt | 2 |
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) |