CMake/Modules/Platform/Darwin-PGI-Fortran.cmake
Brad King 571721c562 PGI: Pass macOS-specific link flags directly to linker
The PGI compiler on macOS does not support some macOS-specific flags so
pass them through `-Wl,` to the linker directly.

Issue: #16457
2016-11-30 13:34:50 -05:00

3 lines
60 B
CMake

include(Platform/Darwin-PGI)
__darwin_compiler_pgi(Fortran)