projects
/
project
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebfe7d0
)
upgraded: CMakeLists: update cmake minimum required version to 3.10
main
master
author
Christian Marangi
<ansuelsmth@gmail.com>
Fri, 3 Oct 2025 22:06:50 +0000
(
00:06
+0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Fri, 3 Oct 2025 22:06:50 +0000
(
00:06
+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>
upgraded/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/upgraded/CMakeLists.txt
b/upgraded/CMakeLists.txt
index 09cf472e47ee304d29793851b1d1785f4ed8ca8e..99ef2e99c5fc9291b1f0bcd30ce595188b790e99 100644
(file)
--- a/
upgraded/CMakeLists.txt
+++ b/
upgraded/CMakeLists.txt
@@
-1,4
+1,4
@@
-cmake_minimum_required(VERSION
2.6
)
+cmake_minimum_required(VERSION
3.10
)
PROJECT(upgraded C)
FIND_PATH(ubox_include_dir libubox/uloop.h)