mirror of https://git.tukaani.org/xz.git
CMake: Bump maximum policy version to 3.29
(cherry picked from commit 0478473953
)
This commit is contained in:
parent
59055d70cd
commit
f10cb93f33
|
@ -95,7 +95,7 @@
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
# NOTE: Translation support is disabled with CMake older than 3.20.
|
# NOTE: Translation support is disabled with CMake older than 3.20.
|
||||||
cmake_minimum_required(VERSION 3.14...3.28 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.14...3.29 FATAL_ERROR)
|
||||||
|
|
||||||
include(CMakePushCheckState)
|
include(CMakePushCheckState)
|
||||||
include(CheckIncludeFile)
|
include(CheckIncludeFile)
|
||||||
|
|
Loading…
Reference in New Issue