Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rmw_zenoh_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>nlohmann-json-dev</build_depend>
<build_depend>zenoh_cpp_vendor</build_depend>
<build_export_depend>zenoh_cpp_vendor</build_export_depend>
<build_depend version_gte="0.10.2">zenoh_cpp_vendor</build_depend>
<build_export_depend version_gte="0.10.2">zenoh_cpp_vendor</build_export_depend>

<depend>ament_index_cpp</depend>
<depend>fastcdr</depend>
Expand Down
2 changes: 1 addition & 1 deletion zenoh_security_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<depend>rmw</depend>
<depend>rmw_security_common</depend>
<depend>tinyxml2</depend>
<depend>zenoh_cpp_vendor</depend>
<depend version_gte="0.10.2">zenoh_cpp_vendor</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down