Skip to content

Commit

Permalink
Bump zenoh-c to 390ec14 using zenoh 763a05f (#174)
Browse files Browse the repository at this point in the history
* Bump zenoh-c to dae1768 using zenoh 45e05f0

* Bump zenoh-c to 390ec14 using zenoh 763a05f

* update comment in zenoh_c_vendor/CMakeLists.txt
  • Loading branch information
JEnoch authored May 18, 2024
1 parent 2a12b34 commit a8680fb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions zenoh_c_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ find_package(ament_cmake_vendor_package REQUIRED)
# when expanded.
set(ZENOHC_CARGO_FLAGS "--no-default-features$<SEMICOLON>--features=zenoh/transport_tcp zenoh/shared-memory")

# Set VCS_VERSION to include latest changes from zenoh-c https://github.com/eclipse-zenoh/zenoh-c/pull/340.
# Set VCS_VERSION to include latest changes from zenoh-c to benefit from :
# - https://github.com/eclipse-zenoh/zenoh-c/pull/340 (fix build issue)
# - 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)
ament_vendor(zenoh_c_vendor
VCS_URL https://github.com/eclipse-zenoh/zenoh-c.git
VCS_VERSION 68ab0c1faa2c3521680352778e618d95f15e2e95
VCS_VERSION 390ec14e1b3785cd771bd6931db65062222bb735
CMAKE_ARGS
"-DZENOHC_CARGO_FLAGS=${ZENOHC_CARGO_FLAGS}"
)

# set(INSTALL_DIR "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-prefix/install")
# install(
# DIRECTORY "${INSTALL_DIR}/lib/"
Expand Down

0 comments on commit a8680fb

Please sign in to comment.