Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
)

Expand Down