From: Victor Zhang Date: Mon, 9 Dec 2024 18:53:38 +0000 (-0800) Subject: Update cmake minimum requirement to 3.10 X-Git-Tag: v1.5.7^2~55^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e190e7944e42309a60b31c9d025c877219e7f878;p=thirdparty%2Fzstd.git Update cmake minimum requirement to 3.10 CMake warns on the current minimum requirement (3.5). Update to 3.10. This means support is still available for the default on Ubuntu 18.04, which exited LTS standard in April of 2023. [draft] --- diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index 399b818fc..b43671cc2 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.5 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