Skip to content

Commit

Permalink
remove cmake_vendor from pkg XML + mention in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoignonec committed Nov 5, 2023
1 parent 20b928b commit 9bfa2e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ However, the later tests for the existence of an `__init__.py` file in the path,

>**TODO:** Allow unique build to avoid potential downstream build tests failures.
>**NOTE:** If the `ament_cmake_vendor_package` is missing, you can install it manually:
```bash
sudo apt install ros-<ROS_DISTRO>-ament-cmake-vendor-package
```

## Usage

### For a C++ project
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
<buildtool_depend>ament_cmake_vendor_package</buildtool_depend>

<buildtool_depend>pkg-config</buildtool_depend>

<buildtool_export_depend>pkg-config</buildtool_export_depend>
Expand Down

0 comments on commit 9bfa2e2

Please sign in to comment.