From fe631fd5d6becbb9f38f4fe09360629d5177c55e Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Wed, 16 Apr 2025 00:00:16 +0200 Subject: [PATCH] Bump min cmake version to 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 54a7413..1e3fc48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.2) +cmake_minimum_required(VERSION 3.5) project(ed) add_compile_options(-Wall -Werror=all)