Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2023-12-18 15:31:23 +0300
committerFelix Fietkau <nbd@nbd.name>2023-12-18 15:31:23 +0300
commit6339204c212b2c3506554a8842030df5ec6fe9c6 (patch)
tree0fce67f08577f41d0cc803880cca3c27963e90de
parentca3f6d0cdb1e588283c42d039779ceab303ceef2 (diff)
CMakeLists.txt: bump minimum cmake versionHEADmaster
Removes warnings and fixes rpath issues on macOS Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)