mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
80e477239d
When using a Fortran compiler that produces PIC executables by default with a C compiler that does not produce PIC by default then the mangling detection executable fails to link. Explicitly enable PIC for the C compiler just in case the Fortran compiler needs it to link. Issue: #16405