mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-25 06:13:03 +00:00
Properly specify our max CMake version supported
Also bump it to the version I just tested it with
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# 3.9 required for LTO checks
|
# 3.9 required for LTO checks
|
||||||
# 3.17 optional for CMAKE_CTEST_ARGUMENTS
|
# 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
|
project(rgbds
|
||||||
LANGUAGES CXX)
|
LANGUAGES CXX)
|
||||||
|
|||||||
Reference in New Issue
Block a user