From 7e981bda1e42ac46f242f80af2a5f2a102eb6739 Mon Sep 17 00:00:00 2001 From: AmyFoxie Date: Sat, 4 Nov 2023 12:26:14 +0100 Subject: [PATCH] update minimum cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ffa0b5..b74c9f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.24) +cmake_minimum_required(VERSION 3.20) project("Vixen") set(CMAKE_INCLUDE_CURRENT_DIR ON)