From 6339204c212b2c3506554a8842030df5ec6fe9c6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 18 Dec 2023 13:31:23 +0100 Subject: 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 74a87fa..b0fca61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.13) INCLUDE(CheckLibraryExists) INCLUDE(CheckFunctionExists) -- cgit v1.2.3