From: Felix Fietkau Date: Mon, 18 Dec 2023 12:30:59 +0000 (+0100) Subject: CMakeLists.txt: bump minimum cmake version X-Git-Url: http://git.openwrt.org/?p=project%2Fubus.git;a=commitdiff_plain CMakeLists.txt: bump minimum cmake version Removes warnings and fixes rpath issues on macOS Signed-off-by: Felix Fietkau --- 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)