From 9293068370586828924910f89b19ceceade93ecc Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 9 Mar 2026 01:30:41 -0400 Subject: [PATCH] Properly specify our max CMake version supported Also bump it to the version I just tested it with --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25852c02..5a6e5c11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)