mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
CMake: Bump maximum policy version to 3.27.
There are several new policies. CMP0149 may affect the Windows SDK version that CMake will choose by default. The new behavior is more predictable, always choosing the latest SDK version by default. The other new policies shouldn't affect this package.
This commit is contained in:
parent
aff1b479c7
commit
e3288fdb45
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
#
|
||||
#############################################################################
|
||||
|
||||
cmake_minimum_required(VERSION 3.13...3.26 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.13...3.27 FATAL_ERROR)
|
||||
|
||||
include(CMakePushCheckState)
|
||||
include(CheckIncludeFile)
|
||||
|
|
Loading…
Reference in a new issue