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

Fix compatibility with boost 1.69. #1320

Closed

Conversation

de-vri-es
Copy link
Contributor

The old signals library has been removed from boost 1.69. Because of that, find_package(Boost COMPONENTS signals ...) doesn't work anymore. The newer signals2 library is header only and does not need to be listed as boost component at all.

Since rviz seems to still want to be compatible with the old signals library, this PR makes the inclusion of signals as boost component optional, depending on whether signals or signals2 will be used.

The old signals library has been removed from boost 1.69. Because of
that, find_package(Boost COMPONENTS signals ...) doesn't work anymore.
The newer signals2 library is header only and does not need to be listed
as boost component at all.
@rhaschke
Copy link
Contributor

Replaced by #1344. I think support for tf1 < 1.11.3, which is ~5 years old, can be dropped.

@rhaschke rhaschke closed this Feb 17, 2019
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