mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
CMake: Bump maximum policy version to 3.28.
CMP0154 doesn't affect us since we don't use FILE_SET.
This commit is contained in:
parent
c2264ffbe3
commit
7a0405bea9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue