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

Remove signals from find_package(Boost COMPONENTS ...) #180

Merged
merged 1 commit into from
Jan 17, 2019

Conversation

de-vri-es
Copy link
Contributor

Same as ros/geometry2#354, but for this repository.

tf is using signals2, which is not the same library as signals.
Additionally, signals2 has always been header only, and header only
libraries must not be listed in find_package.

Boost 1.69 removed the old signals library entirely, so the otherwise
useless `COMPONENTS signals` actually breaks the build.
@tfoote
Copy link
Member

tfoote commented Jan 17, 2019

Thanks for cleaning that up.

@tfoote tfoote merged commit 2eed72c into ros:melodic-devel Jan 17, 2019
@de-vri-es
Copy link
Contributor Author

Thanks for the quick review and merge :)

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.

2 participants