summaryrefslogtreecommitdiffstats
path: root/pimbd/patches/100-CMakeLists-bump-to-3.10-to-support-CMake-4.0.patch
blob: a3d2bb3623888b65ec082d095350252d6bf27101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From 415b9a4e6cb043fb9bbf07840b5150f0b0380f4c Mon Sep 17 00:00:00 2001
From: Christian Marangi <ansuelsmth@gmail.com>
Date: Thu, 13 Nov 2025 15:45:58 +0100
Subject: [PATCH 1/2] CMakeLists: bump to 3.10 to support CMake >= 4.0

Bump to minimum required version for CMake to 3.10 to support
CMake >= 4.0 version.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.8)
+cmake_minimum_required(VERSION 3.10)
 
 project(pimbd C)