You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.