summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-03-23 15:14:29 +0200
committerJia Tan <jiat0218@gmail.com>2023-03-23 21:48:52 +0800
commit0ba234f692772595329d225462d391fe2c199d0a (patch)
treecc0c06910383a53fd71f70f6fc1407ade1abb970
parentb0891684b4436aed31510fddcbb218d513bd5489 (diff)
downloadxz-0ba234f692772595329d225462d391fe2c199d0a.tar.gz
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.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b4a9e5d..584f1af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)