CMake/Modules/FortranCInterface
Brad King 8e2683cf6d FortranCInterface: Fix broken search for test exe when cross-compiling
Previously the `find_program` call we used to locate the test executable
but that can be broken by `CMAKE_FIND_ROOT_PATH_MODE_PROGRAM`.  Instead
teach the test project to write a file with the location of the
executable it builds.  Load that file to get the exact location.

Fixes: #20390
2020-02-27 11:09:25 -05:00
..
Verify
call_mod.f90
call_sub.f
CMakeLists.txt FortranCInterface: Fix broken search for test exe when cross-compiling 2020-02-27 11:09:25 -05:00
Detect.cmake FortranCInterface: Fix broken search for test exe when cross-compiling 2020-02-27 11:09:25 -05:00
Input.cmake.in
Macro.h.in
main.F
my_module_.c
MY_MODULE.c FortranCInterface: Add support for PGI on Windows 2017-05-06 16:36:33 +02:00
my_module.f90
my_sub.f
mymodule_.c
MYMODULE.c FortranCInterface: Add support for PGI on Windows 2017-05-06 16:36:33 +02:00
mymodule.f90
mysub.f
Output.cmake.in
symbol.c.in