Skip to content

Commit a657309

Browse files
committed
Bump zenoh-c to 71af327 that fixes Windows build (eclipse-zenoh/zenoh-c#1079)
1 parent 46cde5c commit a657309

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

zenoh_cpp_vendor/CMakeLists.txt

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,27 @@ find_package(ament_cmake_vendor_package REQUIRED)
1818
set(ZENOHC_CARGO_FLAGS "--features=shared-memory zenoh/transport_serial")
1919

2020
# Set VCS_VERSION to 1.5.0 commits of zenoh/zenoh-c/zenoh-cpp to benefit from:
21-
# - Add support for CongestionControl::BlockFirst
22-
# - https://github.com/eclipse-zenoh/zenoh/pull/2014
23-
# - Improve the performance of key expression processing:
24-
# - https://github.com/eclipse-zenoh/zenoh/pull/2025
25-
# - https://github.com/eclipse-zenoh/zenoh/pull/2035
21+
# - Add CongestionControl::BlockFirst QoS
22+
# - https://github.com/eclipse-zenoh/zenoh/pull/2014
23+
# - Add more options for messages selection to 'qos/network' config:
24+
# - https://github.com/eclipse-zenoh/zenoh/pull/2030
25+
# - Add ZID subject property to access_control config:
26+
# - https://github.com/eclipse-zenoh/zenoh/pull/2015
27+
# - Fix access control over UDP listen endpoints
28+
# - https://github.com/eclipse-zenoh/zenoh/pull/1980
29+
# - Performance improvements:
30+
# - https://github.com/eclipse-zenoh/zenoh/pull/1988
31+
# - https://github.com/eclipse-zenoh/zenoh/pull/2025
32+
# - https://github.com/eclipse-zenoh/zenoh/pull/2035
33+
# - https://github.com/eclipse-zenoh/zenoh/pull/2046
34+
# - https://github.com/eclipse-zenoh/zenoh/pull/2047
35+
# - https://github.com/eclipse-zenoh/zenoh/pull/2053
36+
# - https://github.com/eclipse-zenoh/zenoh/pull/2062
37+
# - Fix build failure on Windows:
38+
# - https://github.com/eclipse-zenoh/zenoh-c/pull/1079
2639
ament_vendor(zenoh_c_vendor
2740
VCS_URL https://github.com/eclipse-zenoh/zenoh-c.git
28-
VCS_VERSION c090cdbed311bcca0fa655f05c9cc6ffbf1190f6
41+
VCS_VERSION 71af32739394bc3200aa1bea32206dc28216e04e
2942
CMAKE_ARGS
3043
"-DZENOHC_CARGO_FLAGS=${ZENOHC_CARGO_FLAGS}"
3144
"-DZENOHC_BUILD_WITH_UNSTABLE_API=TRUE"

0 commit comments

Comments
 (0)