mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00: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 |
||
---|---|---|
.. | ||
Verify | ||
call_mod.f90 | ||
call_sub.f | ||
CMakeLists.txt | ||
Detect.cmake | ||
Input.cmake.in | ||
Macro.h.in | ||
main.F | ||
my_module_.c | ||
my_module.f90 | ||
my_sub.f | ||
mymodule_.c | ||
mymodule.f90 | ||
mysub.f | ||
Output.cmake.in | ||
symbol.c.in |