Skip to content

Commit

Permalink
Remove cmake_vendor from pkg XML + mention in README.md (#13)
Browse files Browse the repository at this point in the history
* remove cmake_vendor from pkg XML + mention in README.md

* cancel pkg XML modifications
  • Loading branch information
tpoignonec authored Nov 7, 2023
1 parent 20b928b commit b64efa7
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit b64efa7

Please sign in to comment.