summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin-PGI.cmake
Commit message (Collapse)AuthorAgeFilesLines
* PGI: Pass macOS-specific link flags directly to linkerBrad King2016-11-301-0/+14
The PGI compiler on macOS does not support some macOS-specific flags so pass them through `-Wl,` to the linker directly. Issue: #16457