Properly specify our max CMake version supported

Also bump it to the version I just tested it with
This commit is contained in:
ISSOtm
2026-03-09 01:30:41 -04:00
committed by Rangi
parent d054f07703
commit 9293068370

View File

@@ -2,7 +2,7 @@
# 3.9 required for LTO checks
# 3.17 optional for CMAKE_CTEST_ARGUMENTS
cmake_minimum_required(VERSION 3.9..3.17 FATAL_ERROR)
cmake_minimum_required(VERSION 3.9...4.2 FATAL_ERROR)
project(rgbds
LANGUAGES CXX)