CMake: Bump maximum policy version to 3.30

This commit is contained in:
Lasse Collin 2024-07-11 22:17:56 +03:00
parent cfe4465742
commit 1a93ab55d1
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
1 changed files with 1 additions and 1 deletions

View File

@ -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)