1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-17 14:08:12 +00:00

CMake: Bump maximum policy version to 3.29

(cherry picked from commit 80f72396ea391c6e3e6856b16b49433e07067865)
This commit is contained in:
Lasse Collin 2024-05-07 19:30:19 +03:00
parent 46c574e70a
commit e0e53eb80f

View File

@ -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(CheckSymbolExists)
include(CheckStructHasMember)