mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Bump the maximum version of CMake tested with
Future-proofing! This is both the version on my own machine, and what's distributed by Homebrew (thus on GitHub's runners).
This commit is contained in:
+1
-1
@@ -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_")
|
||||
|
||||
Reference in New Issue
Block a user