From 047b2efc1348f489d1cf4526f5c5f3e070cb2411 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 17 Jan 2025 13:09:50 +0100 Subject: [PATCH] CMakeLists.txt: bump minimum cmake version Signed-off-by: Felix Fietkau --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50e7f51..dd27233 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.13) INCLUDE(GNUInstallDirs) PROJECT(uci C) -- 2.30.2