From c9f8b35ce5a5c5d237c7a2db2591976f0b7cba2a Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 28 May 2024 11:19:53 -0400 Subject: [PATCH] Update to the commit that includes DT_GNU_HASH. (#37) Signed-off-by: Chris Lalancette --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a559ae5..110b4c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ find_package(ament_cmake_vendor_package REQUIRED) ament_vendor(mimick_vendor VCS_URL https://github.com/ros2/Mimick.git - VCS_VERSION 9af748b88f6d48723275006ccbb0360e50342dbb + VCS_VERSION 4dbd495e9f3d87a83c3201ef9d851e85f7133db7 ) ament_export_dependencies(mimick)