diff --git a/CMakeLists.txt b/CMakeLists.txt index bb5c01e4..408ff6c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # Older versions *may* work, but we can't test them; compat patches are welcome. # - 3.17 is required for `CHECK_*` messages to display properly, but is not essential. # - 3.9 is required for LTO checks. -cmake_minimum_required(VERSION 3.24...4.2 FATAL_ERROR) +cmake_minimum_required(VERSION 3.24...4.3 FATAL_ERROR) # Read the project version from the header (the canonical source of truth). file(STRINGS "include/version.hpp" version_defines REGEX "^[ \t]*#define[ \t]+PACKAGE_VERSION_")