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)
|