CMake only build option that does not rely on Conan package manager #16
Open
Description
The motivation to this is to allow the XMS mesher to integrate with package management ecosystems that are not Conan. Would this be something you would be willing to merge?
I have done a first pass for this here:
XMS Mesher
XMS Interp
XMS Graph
XMS Core
Some issues that I ran into while doing this:
- C++14 assumptions not handled in Boost.Geometry
- Fixed by moving Linux builds to C++14
- XMS library naming was inconsistent with library linking (ie. exported as xmscorelib -> linked as xmscore)
- Fixed my changing project names, this doesn't feel like a desirable approach
Metadata
Assignees
Labels
No labels