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 ...). #354

Merged
merged 1 commit into from
Jan 17, 2019

Conversation

de-vri-es
Copy link
Contributor

tf2 is using signals2, which is not the same library. Additionally, signals2 has always been header only, and header only libraries must not be listed in find_package(Boost COMPONENTS ...).

Boost 1.69 removed the old signals library entirely, so the otherwise harmless COMPONENTS signals actually breaks the build now.

tf2 is using signals2, which is not the same library.
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.
@exoticDFT
Copy link

Are there any plans to provide a hotfix of this issue with the 0.6.5 release? I'm currently trying to build ROS melodic of Fedora 30 and was running into this issue. By default the ROS installation setup/configuration phase grabs the 0.6.5 release and still has signals in the CMakeLists.txt file. Fedora 30 and above contains boost versions that no longer contain the original Signals library (1.69+)

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.

3 participants