@@ -17,16 +17,9 @@ find_package(ament_cmake_vendor_package REQUIRED)
17
17
# when expanded.
18
18
set (ZENOHC_CARGO_FLAGS "--no-default-features$<SEMICOLON>--features=shared-memory zenoh/transport_compression zenoh/transport_tcp zenoh/transport_tls" )
19
19
20
- # Set VCS_VERSION to include latest changes from zenoh-c to benefit from :
21
- # - https://github.com/eclipse-zenoh/zenoh-c/pull/340 (fix build issue)
22
- # - https://github.com/eclipse-zenoh/zenoh/pull/1021 (fix timeout issue with queries)
23
- # - https://github.com/eclipse-zenoh/zenoh/pull/1022 (fix empty messages received if payload >btach size)
24
- # - https://github.com/eclipse-zenoh/zenoh-c/pull/358 (fix debian packaging issue: https://github.com/jspricke/ros-deb-builder-action/issues/49)
25
- # - https://github.com/eclipse-zenoh/zenoh/pull/1150 (fix deadlock issue https://github.com/ros2/rmw_zenoh/issues/182)
26
- # - https://github.com/eclipse-zenoh/zenoh-c/pull/620 (fix ze_querying_subscriber_get API to query newly discovered publishers)
27
20
ament_vendor(zenoh_c_vendor
28
21
VCS_URL https://github.com/eclipse-zenoh/zenoh-c.git
29
- VCS_VERSION 2f389597264c200d9ddf72bbabbfea878abd5179
22
+ VCS_VERSION 57d5e4d31d9b38fef34d7bcad3d3e54869c4ce73
30
23
CMAKE_ARGS
31
24
"-DZENOHC_CARGO_FLAGS=${ZENOHC_CARGO_FLAGS} "
32
25
"-DZENOHC_BUILD_WITH_UNSTABLE_API=TRUE"
@@ -35,9 +28,11 @@ ament_vendor(zenoh_c_vendor
35
28
36
29
ament_export_dependencies(zenohc)
37
30
31
+ # Set VCS_VERSION to include latest changes from zenoh-c to benefit from :
32
+ # - https://github.com/eclipse-zenoh/zenoh-cpp/pull/342 (Fix include what you use)
38
33
ament_vendor(zenoh_cpp_vendor
39
34
VCS_URL https://github.com/eclipse-zenoh/zenoh-cpp
40
- VCS_VERSION c549fbdf54e866b9d8f29c883e66359fcac88ed4
35
+ VCS_VERSION 964b64dc8b935a43147287199e7bb12da7b141e6
41
36
CMAKE_ARGS
42
37
-DZENOHCXX_ZENOHC=OFF
43
38
)
0 commit comments