From b09f5c1c77c4b2b8e0b32629f32daae339a0b1b4 Mon Sep 17 00:00:00 2001 From: MattKC <34096995+itsmattkc@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:20:49 -0700 Subject: [PATCH] cmake: add max version to suppress warning Co-authored-by: Anonymous Maarten --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1512a6c4..11927c11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)