From 5456629d7a7faa2b53e14ba322ecc7996a32fa8c Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Fri, 11 Feb 2022 13:50:12 +0100 Subject: [PATCH] Reduce minimal Cmake required --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed88be4..89db907 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.20) +cmake_minimum_required(VERSION 3.18) project(AngelscriptDebugger) include(CPM.cmake)