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

Handle pugixml as any other dependency #430

Open
traversaro opened this issue Jul 24, 2020 · 0 comments
Open

Handle pugixml as any other dependency #430

traversaro opened this issue Jul 24, 2020 · 0 comments

Comments

@traversaro
Copy link
Member

I think as for all other dependencies of the robotology-superbuild software, we should try to make sure that all projects included in the robotology-superbuild superbuild use the same version of pugixml, to avoid maintanance problem of different kind in the future.
At the moment, the only dependencies that uses pugixml vendoring it is blocktest, and we should pass to it the BLOCKTEST_USE_EXTERNAL_PUGIXML https://github.com/robotology/blocktest/blob/a0df5f9293dd4c9e3bd15c21b6db49683086875f/CMakeLists.txt#L25 .

Unfortunately this is not trivial to do on Ubuntu 18.04, as the pugixml version available in the system has broken CMake config files. For this reason, probably it make sense to revisit this once we drop support for Ubuntu 18.04 (that will not happen anytime soon, I am afraid).

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