Skip to content

Commit

Permalink
git is required in buildstep (#172)
Browse files Browse the repository at this point in the history
* git is required in buildstep

* Drop duplicate dep
  • Loading branch information
Timple committed May 13, 2024
1 parent 152ab94 commit c76c962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zenoh_c_vendor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
<maintainer email="[email protected]">Yadunund</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_vendor_package</buildtool_depend>

<build_depend>cargo</build_depend>
<build_depend>clang</build_depend>
<build_depend>git</build_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit c76c962

Please sign in to comment.