From 1421dd7cbfd047514e7fb7cbbc52e81032b34685 Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Wed, 8 Jan 2025 23:03:00 +0800 Subject: [PATCH] deps(zenoh): bumup zenoh-cpp to include the fix to the memory leak https://github.com/eclipse-zenoh/zenoh-cpp/pull/363 --- zenoh_cpp_vendor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh_cpp_vendor/CMakeLists.txt b/zenoh_cpp_vendor/CMakeLists.txt index 9f4ca2bf..4abaecb5 100644 --- a/zenoh_cpp_vendor/CMakeLists.txt +++ b/zenoh_cpp_vendor/CMakeLists.txt @@ -32,7 +32,7 @@ ament_export_dependencies(zenohc) # - https://github.com/eclipse-zenoh/zenoh-cpp/pull/342 (Fix include what you use) ament_vendor(zenoh_cpp_vendor VCS_URL https://github.com/eclipse-zenoh/zenoh-cpp - VCS_VERSION 8dce692942246448a9e64f3bae68793634792c33 + VCS_VERSION 9ca8cc170e6880de65e3efe17699617299ce42f6 CMAKE_ARGS -DZENOHCXX_ZENOHC=OFF )