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

Use tinyxml2 for sdformat10 #220

Merged
merged 2 commits into from
Jun 15, 2020
Merged

Use tinyxml2 for sdformat10 #220

merged 2 commits into from
Jun 15, 2020

Conversation

mjcarroll
Copy link
Contributor

Signed-off-by: Michael Carroll [email protected]

Signed-off-by: Michael Carroll <[email protected]>
@mjcarroll mjcarroll requested a review from j-rivero as a code owner June 11, 2020 19:07
@mjcarroll
Copy link
Contributor Author

Used for gazebosim/sdformat#264

@mjcarroll mjcarroll requested a review from scpeters June 11, 2020 19:57
@j-rivero
Copy link
Contributor

We also need:

# SDFORMAT 10 and above use tinyxml2
if [[ ${SDFORMAT_MAJOR_VERSION} -ge 10]]; then
SDFORMAT_NO_IGN_DEPENDENCIES="${SDFORMAT_NO_IGN_DEPENDENCIES} \\
libtinyxml2-dev"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is what it should look like eventually, but until everything is merged, I think it will keep other branches targeting sdf10 working if we install both libtinyxml-dev and libtinyxml2-dev for 10+. Once gazebosim/sdformat#264 is merged, the libtinyxml-dev line can be removed.

how does that sound?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Completely reasonable, updated.

Signed-off-by: Michael Carroll <[email protected]>
@scpeters scpeters merged commit 7d54596 into master Jun 15, 2020
@scpeters scpeters deleted the sdformat10_tinyxml2 branch June 15, 2020 17:34
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.

4 participants