From 33ffd69cbfdd8882c7d98f9b14acfd8b60d3a230 Mon Sep 17 00:00:00 2001 From: Raul Ferreira Date: Sat, 30 Sep 2023 22:35:32 +0100 Subject: [PATCH] Increase minimum cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a590a35..74a25ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) project(C0Compiler)