Skip to content

CMake only build option that does not rely on Conan package manager #16

Open
@kwryankrattiger

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions