From f1017eb1da6a3f62f1084d3f1d18c0fcf4b0a796 Mon Sep 17 00:00:00 2001 From: maxine Date: Mon, 26 Aug 2024 19:53:47 -0400 Subject: [PATCH] fixed cmake_minimum_required using rebitch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a788217..1f2cea9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.18) +cmake_minimum_required(VERSION 3.18..3.27) project(Re3D VERSION 1.0 LANGUAGES CXX C