Skip to content

PGI: Add Windows support

Christian Pfeiffer requested to merge ChrisTX/cmake:pgi-fix-windows into master

PGI compilers on Windows currently do not work. The -Mipa switch was removed in version 16.3 and PGI ships its own ar on Windows - and only there - that behaves differently to GNU binutils, i.e. ar -r does what ar qc does for binutils.

Merge request reports