From ee77862667e340560b4fbee8d2e453dfc7393c17 Mon Sep 17 00:00:00 2001 From: Ludovic 'Archivist' Lagouardette Date: Tue, 28 May 2024 18:43:24 +0200 Subject: [PATCH] Relax CMake requirement to version 3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15dfb03..658f537 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.27) +cmake_minimum_required(VERSION 3.0) project(ink C) set(CMAKE_C_STANDARD 90)