projects
/
project
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca3f6d0
)
CMakeLists.txt: bump minimum cmake version
author
Felix Fietkau
<nbd@nbd.name>
Mon, 18 Dec 2023 12:31:23 +0000
(13:31 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 18 Dec 2023 12:31:23 +0000
(13:31 +0100)
Removes warnings and fixes rpath issues on macOS
Signed-off-by: Felix Fietkau <nbd@nbd.name>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 74a87fa222229539fef854b784d605dd0d8b2403..b0fca612537e43ab3b9fe4c01ea441b53fa4447f 100644
(file)
--- 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)