Skip to content

Restructure cmake #1289

Description

@mickem

There a number of issues with cmake files:

  1. build.cmake was a fix for a problem that does not exist any more as there are build profiles in cmake and we should move towards that.
  2. Using build.cmake is awkward as properties work "wrong" using that (sometimes defaults overwrite values)
  3. cmake minimum version is wrong
  4. cmake is messy and unstructured
  5. "static" is currently hijacked as "legacy mode" and we should build legacy mode as a dedicated build to allow static and non static to be built freely
  6. separate static/dynamic runtime versus linkage (currently they are the same ish)

Feel free to add more issues relating to cmake here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions