projects
/
project
/
uhttpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e64e8b
)
CMakeLists: update cmake minimum required version to 3.10
master
author
Christian Marangi
<ansuelsmth@gmail.com>
Fri, 3 Oct 2025 21:39:09 +0000
(23:39 +0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Fri, 3 Oct 2025 21:39:09 +0000
(23:39 +0200)
New cmake version 4.0 requires at least 3.5 version as the minimum
required version with it increased to 3.10 in to-be-released cmake
versions.
Set the minimum required version to 3.10 to future-proof for future
cmake version.
Suggested-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 58eb6dde1f8150eada4ff501678a495136f02f85..87443a614a3a6dc1d1a594749061be6f0bb0a57e 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1,4
+1,4
@@
-cmake_minimum_required(VERSION
2.6
)
+cmake_minimum_required(VERSION
3.10
)
PROJECT(uhttpd C)