mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-28 23:17:37 +00:00
cmake: add max version to suppress warning
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
parent
cb5d46234e
commit
b09f5c1c77
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
|
cmake_minimum_required(VERSION 2.8...3.5 FATAL_ERROR)
|
||||||
|
|
||||||
project(isle CXX)
|
project(isle CXX)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user