From fc1c2206e1c7d7bbd7e7001409848f4a1ff76489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Mon, 16 Jun 2025 12:40:54 +0200 Subject: [PATCH] Update CMake version here and console_bridge (#44) Update CMake version here and console_bridge Signed-off-by: Alejandro Hernandez Cordero (cherry picked from commit 01d7ccc053a3beccde48e28af0ea22bb0ac769bb) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7a491c..6636d66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.20) project(console_bridge_vendor) if(NOT CMAKE_CXX_STANDARD) @@ -18,7 +18,7 @@ find_package(console_bridge 1.0.1 QUIET) ament_vendor(console_bridge_vendor SATISFIED ${console_bridge_FOUND} VCS_URL https://github.com/ros/console_bridge.git - VCS_VERSION 0828d846f2d4940b4e2b5075c6c724991d0cd308 + VCS_VERSION 81ec67f6daf3cd19ef506e00f02efb1645597b9c GLOBAL_HOOK )