projects
/
project
/
uci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9033e8c
)
lua: CMakeLists: update cmake minimum required version to 3.10
author
Christian Marangi
<
[email protected]
>
Fri, 3 Oct 2025 22:03:31 +0000
(
00:03
+0200)
committer
Christian Marangi
<
[email protected]
>
Fri, 3 Oct 2025 22:03:31 +0000
(
00:03
+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]
>
lua/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lua/CMakeLists.txt
b/lua/CMakeLists.txt
index 96b122aa5029f307c5bc07f5a5f28c5fa3183c9d..6873917bdf43db4d491292755eac742d91113b1b 100644
(file)
--- a/
lua/CMakeLists.txt
+++ b/
lua/CMakeLists.txt
@@
-1,4
+1,4
@@
-cmake_minimum_required(VERSION
2.6
)
+cmake_minimum_required(VERSION
3.10
)
PROJECT(uci C)