mirror of https://git.tukaani.org/xz.git
CMake: Bump maximum policy version to 3.30
This commit is contained in:
parent
cfe4465742
commit
1a93ab55d1
|
@ -99,7 +99,7 @@
|
|||
#############################################################################
|
||||
|
||||
# NOTE: Translation support is disabled with CMake older than 3.20.
|
||||
cmake_minimum_required(VERSION 3.14...3.29 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.14...3.30 FATAL_ERROR)
|
||||
|
||||
include(CMakePushCheckState)
|
||||
include(CheckIncludeFile)
|
||||
|
|
Loading…
Reference in New Issue