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)