]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Build: Revert min version to 3.10
authorTreata11 <treata11@yahoo.com>
Wed, 22 Jan 2025 19:23:41 +0000 (22:53 +0330)
committerTreata11 <treata11@yahoo.com>
Wed, 22 Jan 2025 19:23:41 +0000 (22:53 +0330)
build/cmake/CMakeLists.txt

index f507181dcb74c4c05a930dcb927eee5ab22063e6..347d41c0fd131eb64f5ecbf172a33b5d9593c3bf 100644 (file)
@@ -7,7 +7,7 @@
 # in the COPYING file in the root directory of this source tree).
 # ################################################################
 
-cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.10 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