Skip to content

cgg2: CMake/FindMOSEK: do not specify STATIC:

Martin Heistermann requested to merge cgg2-findmosek-noshared into cgg2

Keeping this empty and controlling behaviour with cmake variables is best practice, and a static build resolves this issue:

  export called with target "CoMISo" which requires target "FusionCXX" that
  is not in any export set.

We probably should support shared mosek-fusion builds though in the future.

Edited by Martin Heistermann

Merge request reports