Skip to content

[cmake] Limit MKL linkage

Lars Bilke requested to merge bilke/ogs:mkl-defs into master

Should reduce re-compilation when switching OGS_USE_MKL:

  • USE_MKL symbol defined for relevant source file only
  • Linking to MKL::MKL privately in MathLib

Merge request reports