Skip to content

Commit

Permalink
Bump zenoh-c and zenoh-cpp for last minute changes before 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Jan 16, 2025
1 parent a8e6548 commit dbbac39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh_cpp_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(ZENOHC_CARGO_FLAGS "--no-default-features$<SEMICOLON>--features=shared-memor
# - https://github.com/eclipse-zenoh/zenoh/pull/1717 (Improve performance of a large number of peers)
ament_vendor(zenoh_c_vendor
VCS_URL https://github.com/eclipse-zenoh/zenoh-c.git
VCS_VERSION cdc53527c88c5d27b35fa5d4552560a06f287e44
VCS_VERSION 328736fe9bb9b654b1d9f47eecfc6d52f0d7d587
CMAKE_ARGS
"-DZENOHC_CARGO_FLAGS=${ZENOHC_CARGO_FLAGS}"
"-DZENOHC_BUILD_WITH_UNSTABLE_API=TRUE"
Expand All @@ -41,7 +41,7 @@ ament_export_dependencies(zenohc)
# - https://github.com/eclipse-zenoh/zenoh-cpp/pull/363 (Fix memory leak in string deserialization)
ament_vendor(zenoh_cpp_vendor
VCS_URL https://github.com/eclipse-zenoh/zenoh-cpp
VCS_VERSION b216284ea0dae6bec25cb5c20e36dc4227c769fe
VCS_VERSION bbfef04e843289aae70b5aa060a925e8ee5b1b6f
CMAKE_ARGS
-DZENOHCXX_ZENOHC=OFF
)
Expand Down

0 comments on commit dbbac39

Please sign in to comment.