Skip to content

Commit 777571b

Browse files
committed
mbusd: add pending patch for CMake >= 4.0 support
Add pending patch for mbusd for CMake >= 4.0 support. Signed-off-by: Christian Marangi <[email protected]>
1 parent ec3ce16 commit 777571b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From e01806a24f08c798a42934eac0d46caa05611c1a Mon Sep 17 00:00:00 2001
2+
From: Christian Marangi <[email protected]>
3+
Date: Mon, 24 Nov 2025 03:03:40 +0100
4+
Subject: [PATCH] CMakeLists: update min version to 3.10 for CMake >= 4.0
5+
support
6+
7+
Update minimum version of CMake to 3.10 for CMake >= 4.0 version
8+
support.
9+
10+
New CMake require 3.5 as the minimum version with that increased to 3.10
11+
in the next CMake release.
12+
13+
Signed-off-by: Christian Marangi <[email protected]>
14+
---
15+
CMakeLists.txt | 2 +-
16+
1 file changed, 1 insertion(+), 1 deletion(-)
17+
18+
--- a/CMakeLists.txt
19+
+++ b/CMakeLists.txt
20+
@@ -1,4 +1,4 @@
21+
-cmake_minimum_required(VERSION 3.2)
22+
+cmake_minimum_required(VERSION 3.10)
23+
24+
project(mbusd VERSION 0.5.0)
25+

0 commit comments

Comments
 (0)