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

[ros2] tinyxml2_vendor not in export set #191

Open
Karsten1987 opened this issue May 5, 2020 · 0 comments
Open

[ros2] tinyxml2_vendor not in export set #191

Karsten1987 opened this issue May 5, 2020 · 0 comments

Comments

@Karsten1987
Copy link

When trying to export targets which depend on pluginlib, CMake complains that tinyxml2_vendor is not part of any export set.
I've seen this independent from each other within rosbag2 and image_transport.

Starting >>> image_transport
--- stderr: image_transport
CMake Error: install(EXPORT "image_transport" ...) includes target "image_transport" which requires target "tinyxml2_vendor" that is not in any export set.
CMake Generate step failed.  Build files cannot be regenerated correctly.
make: *** [cmake_check_build_system] Error 1
---
Failed   <<< image_transport	[ Exited with code 2 ]

Does it make sense to export the vendor package in the first place? I mean, it makes sense for pluginlib to use the vendor package to link correctly to tinyxml2, but I am not seeing any reason ad-hoc to also export the vendor package if the pluginlib target transitively links correctly against tinyxml2.

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

No branches or pull requests

1 participant