From 19e773a5d6ac8c7a4f90065df137f7a5b9ac89f4 Mon Sep 17 00:00:00 2001 From: Stephen Brawner Date: Tue, 24 Nov 2020 12:05:42 -0800 Subject: [PATCH] Update cmake_minimum_required to 2.8.12 Signed-off-by: Stephen Brawner --- build/cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 9b5d7efb8..a0505778a 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -7,7 +7,7 @@ # in the COPYING file in the root directory of this source tree). # ################################################################ -cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) # As of 2018-12-26 ZSTD has been validated to build with cmake version 3.13.2 new policies. # Set and use the newest cmake policies that are validated to work -- 2.47.2