projects
/
project
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49056d1
)
examples: CMakeLists: update cmake minimum required version to 3.10
author
Christian Marangi
<
[email protected]
>
Fri, 3 Oct 2025 22:05:58 +0000
(
00:05
+0200)
committer
Christian Marangi
<
[email protected]
>
Fri, 3 Oct 2025 22:05:58 +0000
(
00:05
+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]
>
examples/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/examples/CMakeLists.txt
b/examples/CMakeLists.txt
index 04f18b0f44453957609491317bca4feea960d8b8..0ca52816552352d291e75f53d65e54bc99d06fcb 100644
(file)
--- a/
examples/CMakeLists.txt
+++ b/
examples/CMakeLists.txt
@@
-1,4
+1,4
@@
-cmake_minimum_required(VERSION
2.6
)
+cmake_minimum_required(VERSION
3.10
)
IF (BUILD_EXAMPLES)
PROJECT(ubox-examples C)