Closed spaulaus closed 4 years ago
Pugixml is installed by user as a dependency.
We carry around 3rd party source code in the project.
We shouldn't carry around a 3rd party library that's available from standard packages.
Add pugixml to the dependency list, and have CMake search for it when building.
This isn't a huge deal.
Expected Behavior
Pugixml is installed by user as a dependency.
Current Behavior
We carry around 3rd party source code in the project.
Context
We shouldn't carry around a 3rd party library that's available from standard packages.
Possible Solution (optional)
Add pugixml to the dependency list, and have CMake search for it when building.
Acceptance Criteria