Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure to export the include directory for resource_retriever. #22

Merged
merged 3 commits into from
Mar 13, 2018

Conversation

clalancette
Copy link
Contributor

@clalancette clalancette commented Mar 13, 2018

Otherwise, it can't properly be used as a library.

fixes #21

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

Otherwise, it can't properly be used as a library.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Contributor Author

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@mikaelarguedas
Copy link
Member

Can you please export the package libraries, interfaces and the include directories before the dependencies? (c.f. ongoing set of PRs for fixing the order of exports)

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Contributor Author

Can you please export the package libraries, interfaces and the include directories before the dependencies? (c.f. ongoing set of PRs for fixing the order of exports)

Sure, the latest commit moves it around to the same order as some of the other PRs.

Copy link
Member

@mikaelarguedas mikaelarguedas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@clalancette
Copy link
Contributor Author

Thanks for the reviews. I'm fairly certain that the CI failures are unrelated to this PR (the macOS ones look like a bug in rclcpp, while the Windows one looks like a known issue: ros2/build_farmer#86). Therefore, I'm going to merge this.

@clalancette clalancette merged commit 8ce65a5 into ros2 Mar 13, 2018
@clalancette clalancette deleted the ament-export-include branch March 13, 2018 17:02
nuclearsandwich pushed a commit to ros/rosdistro that referenced this pull request Apr 19, 2019
…20969)

Increasing version of package(s) in repository `resource_retriever` to `2.1.0-1`:

- upstream repository: https://github.com/ros/resource_retriever.git
- release repository: https://github.com/ros2-gbp/resource_retriever-release.git
- distro file: `dashing/distribution.yaml`
- bloom version: `0.8.0`
- previous version for package: `null`

## libcurl_vendor

```
* depend on curl (mapping to curl, libcurl4-openssl-dev) for packaging (#25 <ros/resource_retriever#25>)
* add missing dependency on pkg-config (#19 <ros/resource_retriever#19>)
* [libcurl_vendor] convert to ament and setup env hooks for library paths (#14 <ros/resource_retriever#14>)
* Contributors: Dirk Thomas, Mikael Arguedas, William Woodall
```

## resource_retriever

```
* Make sure to export the include directory for resource_retriever. (#22 <ros/resource_retriever#22>)
* Contributors: Chris Lalancette
```
andre-rosa pushed a commit to andre-rosa/rosdistro that referenced this pull request May 3, 2019
…os#20969)

Increasing version of package(s) in repository `resource_retriever` to `2.1.0-1`:

- upstream repository: https://github.com/ros/resource_retriever.git
- release repository: https://github.com/ros2-gbp/resource_retriever-release.git
- distro file: `dashing/distribution.yaml`
- bloom version: `0.8.0`
- previous version for package: `null`

## libcurl_vendor

```
* depend on curl (mapping to curl, libcurl4-openssl-dev) for packaging (ros#25 <ros/resource_retriever#25>)
* add missing dependency on pkg-config (ros#19 <ros/resource_retriever#19>)
* [libcurl_vendor] convert to ament and setup env hooks for library paths (ros#14 <ros/resource_retriever#14>)
* Contributors: Dirk Thomas, Mikael Arguedas, William Woodall
```

## resource_retriever

```
* Make sure to export the include directory for resource_retriever. (ros#22 <ros/resource_retriever#22>)
* Contributors: Chris Lalancette
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants