From bd9208a6352c254d737dee139c0a2e94eac42374 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 20 Oct 2021 02:52:32 +0200 Subject: [PATCH] cmake: lower the required version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5feeb4..9d0be4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.21) +cmake_minimum_required(VERSION 3.20) project(fortuna) set(CMAKE_CXX_STANDARD 20)