projects
/
project
/
unetd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b100a9
)
CMakeLists: update cmake minimum required version to 3.10
master
author
Christian Marangi
<
[email protected]
>
Fri, 3 Oct 2025 21:38:37 +0000
(23:38 +0200)
committer
Christian Marangi
<
[email protected]
>
Fri, 3 Oct 2025 21:38:37 +0000
(23:38 +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 <
[email protected]
>
Signed-off-by: Christian Marangi <
[email protected]
>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index aba97870ecc7a54553b939f4951aacaf7057b2a2..2e58bb7fbc4a20925fc31a6b6d64256cbb75507e 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-1,4
+1,4
@@
-cmake_minimum_required(VERSION 3.
3
)
+cmake_minimum_required(VERSION 3.
10
)
PROJECT(unetd C)