From 65bb027054def3b94a977229fd6ad62ddd32345b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 18 Dec 2023 13:30:59 +0100 Subject: [PATCH] CMakeLists.txt: bump minimum cmake version Removes warnings and fixes rpath issues on macOS Signed-off-by: Felix Fietkau --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a65ccbb..8ae853b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.13) PROJECT(ubus C) -- 2.30.2