From 91675f96d981edb4e9d163f409e640643cfaa2e6 Mon Sep 17 00:00:00 2001 From: Julien Enoch Date: Tue, 18 Jun 2024 10:04:00 +0200 Subject: [PATCH] Use zenoh-c 548ee8d with zenoh 93f93d2 --- zenoh_c_vendor/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zenoh_c_vendor/CMakeLists.txt b/zenoh_c_vendor/CMakeLists.txt index 62bd6dec..7903e1e8 100644 --- a/zenoh_c_vendor/CMakeLists.txt +++ b/zenoh_c_vendor/CMakeLists.txt @@ -22,10 +22,10 @@ set(ZENOHC_CARGO_FLAGS "--no-default-features$--features=zenoh/shared # - https://github.com/eclipse-zenoh/zenoh/pull/1021 (fix timeout issue with queries) # - https://github.com/eclipse-zenoh/zenoh/pull/1022 (fix empty messages received if payload >btach size) # - https://github.com/eclipse-zenoh/zenoh-c/pull/358 (fix debian packaging issue: https://github.com/jspricke/ros-deb-builder-action/issues/49) -# - https://github.com/eclipse-zenoh/zenoh/pull/xxxx (fix deadlock issue https://github.com/ros2/rmw_zenoh/issues/182) +# - https://github.com/eclipse-zenoh/zenoh/pull/1150 (fix deadlock issue https://github.com/ros2/rmw_zenoh/issues/182) ament_vendor(zenoh_c_vendor VCS_URL https://github.com/eclipse-zenoh/zenoh-c.git - VCS_VERSION 87b515b4c3dd028f9e9476e3bb60016f7acc3489 + VCS_VERSION 548ee8dde0f53a58c06e68a2949949b31140c36c CMAKE_ARGS "-DZENOHC_CARGO_FLAGS=${ZENOHC_CARGO_FLAGS}" )