projects
/
project
/
uqmi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3488b8
)
CMakeLists: update cmake minimum version to 3.5
author
Alexander Couzens
<lynxis@fe80.eu>
Sun, 1 Oct 2023 11:45:26 +0000
(13:45 +0200)
committer
Alexander Couzens
<lynxis@fe80.eu>
Sat, 9 Mar 2024 20:15:21 +0000
(21:15 +0100)
Older versions aren't anymore supported.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 98d7d755c9f5dea98c2759098ba1bed52428d532..4d1358e70c140e610a50be2eda9bf52577676ec3 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1,4
+1,4
@@
-cmake_minimum_required(VERSION
2.6
)
+cmake_minimum_required(VERSION
3.5
)
PROJECT(uqmi C)