From da1dc4e450efa5b65b9476d5cfb063f5e8e776fd Mon Sep 17 00:00:00 2001 From: Chuck Atkins Date: Wed, 29 Aug 2018 11:20:11 -0400 Subject: libarchive: Bump the minimum version from 3.0.0 to 3.1.0 cmArchiveWrite uses the gzip:timestamp write filter option which was not available until v3.1.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fcd8f857b..7f16e798af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -498,7 +498,7 @@ macro (CMAKE_BUILD_UTILITIES) #--------------------------------------------------------------------- # Build or use system libarchive for CMake and CTest. if(CMAKE_USE_SYSTEM_LIBARCHIVE) - find_package(LibArchive 3.0.0) + find_package(LibArchive 3.1.0) if(NOT LibArchive_FOUND) message(FATAL_ERROR "CMAKE_USE_SYSTEM_LIBARCHIVE is ON but LibArchive is not found!") endif() -- cgit v1.2.1