From: Treata11 Date: Wed, 22 Jan 2025 19:23:41 +0000 (+0330) Subject: Build: Revert min version to 3.10 X-Git-Tag: v1.5.7^2~22^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=becef672bb7c22af0fd723a4f8e4d279cf2a780a;p=thirdparty%2Fzstd.git Build: Revert min version to 3.10 --- diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index f507181dc..347d41c0f 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 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