1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

CMake: Bump maximum policy version to 3.26.

It adds only one new policy related to FOLDERS which we don't use.
This makes it clear that the code is compatible with the policies
up to 3.26.
This commit is contained in:
Lasse Collin 2023-03-23 15:14:29 +02:00 committed by Jia Tan
parent 622d0fdc02
commit 54a2fd8c85

View file

@ -46,7 +46,7 @@
#
#############################################################################
cmake_minimum_required(VERSION 3.13...3.25 FATAL_ERROR)
cmake_minimum_required(VERSION 3.13...3.26 FATAL_ERROR)
include(CMakePushCheckState)
include(CheckIncludeFile)