CMake/Modules/FortranCInterface
Brad King 80e477239d FortranCInterface: Make mangling detection robust to PIC Fortran
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
2016-11-04 09:54:12 -04:00
..
Verify Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
call_mod.f90
call_sub.f
CMakeLists.txt FortranCInterface: Make mangling detection robust to PIC Fortran 2016-11-04 09:54:12 -04:00
Detect.cmake Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
Input.cmake.in
Macro.h.in
main.F
my_module_.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
my_module.f90
my_sub.f
mymodule_.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
mymodule.f90
mysub.f
Output.cmake.in
symbol.c.in