You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embedding pugixml in your repo like you did will make mx unusable to anyone who links directly with pugixml in their project (duplicate symbols). You can google "dependency hell" for more info (yes, that's the real name). To fix that, you could use something super robust like conan to install pugi when you build mx. Or you can use the less robust ExternalProject_Add as well. I would be happy to send a PR with any of those solutions.
True, embedding could be retained but this could be fixed by patching the pugi namespace to something else.
Per @p-groarke in #53
True, embedding could be retained but this could be fixed by patching the pugi namespace to something else.
See webern/ezxml#6
The text was updated successfully, but these errors were encountered: