1
0
espelhamento de https://git.tukaani.org/xz.git sincronizado 2025-10-19 23:53:27 +00:00

CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25.

The changes listed on cmake-policies(7) for versions 3.17 to 3.25
shouldn't affect this project.
Esse commit está contido em:
Lasse Collin 2023-01-07 21:57:11 +02:00
commit dd38655f80

Ver arquivo

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