From ccf9edee93bdf998e61711f0aad555fbfacc3e98 Mon Sep 17 00:00:00 2001 From: Redacted Date: Sat, 24 Feb 2024 07:46:40 -0500 Subject: [PATCH] Update CMakeLists.txt Version downgrade --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db6b628..75537d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.27) +cmake_minimum_required(VERSION 3.18) project(Event VERSION 1.0 LANGUAGES CXX