File: 0002-Bump-cmake_minimum_required.patch

package info (click to toggle)
console-bridge 1.0.1%2Bdfsg2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: cpp: 401; sh: 17; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 646 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
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Tue, 9 Sep 2025 10:59:06 +0200
Subject: Bump cmake_minimum_required

Bug: https://github.com/ros/console_bridge/issues/100
Origin: upstream, https://github.com/ros/console_bridge/pull/102
Bug-Debian: https://bugs.debian.org/1112807
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e1c534b..4da462e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0.2)
+cmake_minimum_required(VERSION 3.20)
 project(console_bridge)
 
 set (CONSOLE_BRIDGE_MAJOR_VERSION 1)