projects
/
project
/
ubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f84eb59
)
CMakeLists.txt: bump minimum cmake version
author
Felix Fietkau
<nbd@nbd.name>
Mon, 18 Dec 2023 12:30:59 +0000
(13:30 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Mon, 18 Dec 2023 12:31:12 +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 a65ccbb80de140fc598b95e53b2c34af61b43793..8ae853bd4a86c56f677440f41ebd897a7c52db5a 100644
(file)
--- 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)