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

Change So That Tinyxml2 Is Integrated Using Git Submodule #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OliverGlandberger
Copy link
Contributor

@OliverGlandberger OliverGlandberger commented Jan 28, 2025

Update the way that we include the Tinyxml2 libary.

Previous: FetchContent
New: Git Submodule

…ted relevant 'CMakeLists.txt' files accordingly.
@OliverGlandberger OliverGlandberger marked this pull request as ready for review January 29, 2025 13:28
@@ -0,0 +1,3 @@
[submodule "external/tinyxml2"]
path = external/tinyxml2
url = https://github.com/leethomason/tinyxml2.git
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we specify the v10.0.0 release branch here instead of just "latest from master"?

Choose a reason for hiding this comment

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

seems like a good idea

Copy link

@bahlborn bahlborn left a comment

Choose a reason for hiding this comment

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

approved pending target of release version

@qjgn
Copy link
Contributor

qjgn commented Jan 30, 2025

Issue: This change puts the README out of date. We would need to add instructions for dealing with the submodules

Copy link
Contributor

@qjgn qjgn left a comment

Choose a reason for hiding this comment

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

vcxproj files doesn't build as they fail to find the .h files and library.

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