projects
/
project
/
opkg-lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9883997
)
opkg: CMakeLists: update cmake minimum required version to 3.10
author
Christian Marangi
<
[email protected]
>
Wed, 5 Nov 2025 15:41:57 +0000
(16:41 +0100)
committer
Christian Marangi
<
[email protected]
>
Wed, 5 Nov 2025 15:41:57 +0000
(16:41 +0100)
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.
Signed-off-by: Christian Marangi <
[email protected]
>
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index 22b04a5389541a722fa807f8baba6a5d5f7ee154..9fe962958e14094c162b978e2d21df5dbba9044a 100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-1,4
+1,4
@@
-cmake_minimum_required(VERSION
2.6
)
+cmake_minimum_required(VERSION
3.10
)
PROJECT(opkg-cl C)