From: Lasse Collin Date: Tue, 7 May 2024 16:30:19 +0000 (+0300) Subject: CMake: Bump maximum policy version to 3.29 X-Git-Tag: v5.4.7~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80f72396ea391c6e3e6856b16b49433e07067865;p=thirdparty%2Fxz.git CMake: Bump maximum policy version to 3.29 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b47f77b..ed52ff8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ # ############################################################################# -cmake_minimum_required(VERSION 3.13...3.27 FATAL_ERROR) +cmake_minimum_required(VERSION 3.13...3.29 FATAL_ERROR) include(CMakePushCheckState) include(CheckIncludeFile)