From: Michihiro NAKAJIMA Date: Tue, 6 Mar 2012 09:38:36 +0000 (+0900) Subject: CMakePushCheckState module appeared from CMake 2.8.6. X-Git-Tag: v3.0.4~2^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc1e2dff709fd4828d73387a6f4ce0459dce76a;p=thirdparty%2Flibarchive.git CMakePushCheckState module appeared from CMake 2.8.6. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9de91b16b..d80ca980b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # PROJECT(libarchive C) # -CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.6 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)