Skip to content

Do not assume GCC libs are linked by all compilers

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

Not all compilers link libgcc and libgcc_s causing trouble when linking C++ code with instance PGI Fortran and C compilers.

Merge request reports