From 44be9cccb9688e713ebe28592eee2f7a67cef93d Mon Sep 17 00:00:00 2001 From: Leo Sulzbacher Date: Sat, 14 Mar 2026 13:10:49 +0100 Subject: [PATCH] fix cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58f442b..0937856 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 4.1) +cmake_minimum_required(VERSION 3.10) project(curtle VERSION 0.1.0 LANGUAGES C) add_library(curtle