Skip to content
  • Martin Heistermann's avatar
    CMake/FindMOSEK: do not specify STATIC: · 659efb81
    Martin Heistermann authored
    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.
    659efb81