From: Lasse Collin Date: Sat, 17 Feb 2024 13:35:35 +0000 (+0200) Subject: CMake: Bump maximum policy version to 3.28. X-Git-Tag: v5.6.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a0405bea9cb0df9318b70f779f82b2c473e98ac;p=thirdparty%2Fxz.git CMake: Bump maximum policy version to 3.28. CMP0154 doesn't affect us since we don't use FILE_SET. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bee66b3..c82ed349 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ ############################################################################# # NOTE: Translation support is disabled with CMake older than 3.20. -cmake_minimum_required(VERSION 3.14...3.27 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14...3.28 FATAL_ERROR) include(CMakePushCheckState) include(CheckIncludeFile)