From 1a93ab55d1563f5eb9b2c1b8240384046fe4bb97 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 11 Jul 2024 22:17:56 +0300 Subject: [PATCH] CMake: Bump maximum policy version to 3.30 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75108c12..dbb5eda6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)