From 471d9d6abb6d2141ccc1c4a5a3ceb280dcb6175d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 20 Mar 2025 12:08:53 +0100 Subject: [PATCH] CMakeLists.txt: bump minimum required 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 ab533fa..11c4f54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.13) PROJECT(netifd C) -- 2.30.2