From 47e421e9fd8d1591d0ee7ac7af79f6bc8a47a542 Mon Sep 17 00:00:00 2001 From: Yadunund Date: Thu, 14 Mar 2024 22:44:55 +0800 Subject: [PATCH] Update commit hash Signed-off-by: Yadunund --- zenoh_c_vendor/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zenoh_c_vendor/CMakeLists.txt b/zenoh_c_vendor/CMakeLists.txt index 77223959..73246032 100644 --- a/zenoh_c_vendor/CMakeLists.txt +++ b/zenoh_c_vendor/CMakeLists.txt @@ -24,10 +24,11 @@ find_package(ament_cmake_vendor_package REQUIRED) # when expanded. set(ZENOHC_CARGO_FLAGS "--no-default-features$--features=zenoh/transport_tcp zenoh/shared-memory") -# Set VCS_VERSION to include changes from https://github.com/eclipse-zenoh/zenoh-c/pull/243. +# Set VCS_VERSION to include changes from https://github.com/eclipse-zenoh/zenoh/pull/802 +# which was synced to zenoh-c in https://github.com/eclipse-zenoh/zenoh-c/pull/272. ament_vendor(zenoh_c_vendor VCS_URL https://github.com/eclipse-zenoh/zenoh-c.git - VCS_VERSION de57b3fed5b1c3f4a83a2c0c0cb6a642c09a6210 + VCS_VERSION 10176b911096cb92b8ee46bc491b78079ee26c20 CMAKE_ARGS "-DZENOHC_CARGO_FLAGS=${ZENOHC_CARGO_FLAGS}" )