File: 1002_cmake-4.patch

package info (click to toggle)
quickflux 1.1.3%2Bgit20201110.2a37acf-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,048 kB
  • sloc: cpp: 2,874; makefile: 26
file content (22 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From a1acb4ec8157fdcd7b740b6ec113dd7ead3d1a85 Mon Sep 17 00:00:00 2001
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Sun, 7 Sep 2025 18:16:19 +0200
Subject: [PATCH] CMakeLists.txt: Bump cmake_minimum_required() to version
 3.10. Support building with CMake 4.

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 # See examples/middleware for example
 #
 
-cmake_minimum_required(VERSION 3.0.0)
+cmake_minimum_required(VERSION 3.10)
 project(quickflux VERSION 1.1.3)
 
 set(CMAKE_AUTOMOC TRUE)