Skip to content

v0.6.2

Latest
Compare
Choose a tag to compare
@white238 white238 released this 18 Mar 21:32
· 9 commits to develop since this release
9ff7734

Added

  • Added output for CMake's implicitly added link libraries and directories.

Changed

  • OpenMP target now uses a generator expression for Fortran flags instead of replacing flags in
    Fortran targets created with BLT macros.
  • Remove setting CMP0076 to OLD which left relative paths in target_sources() instead of altering
    them to absolute paths.
  • Header-only libraries headers now show up under their own target in IDE project views instead of
    under downstream targets. This only works in CMake >= 3.19, otherwise they will not show up at all.
  • Raised version for base CMake version supported by BLT to 3.15 to support ALIAS targets across BLT.