]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update cmake_minimum_required to 2.8.12 2399/head
authorStephen Brawner <brawner@gmail.com>
Tue, 24 Nov 2020 20:05:42 +0000 (12:05 -0800)
committerStephen Brawner <brawner@gmail.com>
Tue, 24 Nov 2020 20:05:42 +0000 (12:05 -0800)
Signed-off-by: Stephen Brawner <brawner@gmail.com>
build/cmake/CMakeLists.txt

index 9b5d7efb8eb4089ac034331987eeb39af2676b50..a0505778aa57c1d362942dc563fdd20450b116bc 100644 (file)
@@ -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