CMake/Modules/FortranCInterface/Verify
Brad King dc78838737 Fix FortranCInterface_VERIFY for non-C++ case
The verification program entry point (main) is defined in a C source
file, so the C compiler should be used to link when only Fortran and C
are involved.  The C++ compiler should still be used when the CXX option
is enabled.
2009-09-01 13:03:12 -04:00
..
CMakeLists.txt Fix FortranCInterface_VERIFY for non-C++ case 2009-09-01 13:03:12 -04:00
VerifyC.c Create FortranCInterface_VERIFY function 2009-08-24 08:49:35 -04:00
VerifyCXX.cxx Create FortranCInterface_VERIFY function 2009-08-24 08:49:35 -04:00
VerifyFortran.f Create FortranCInterface_VERIFY function 2009-08-24 08:49:35 -04:00
main.c Create FortranCInterface_VERIFY function 2009-08-24 08:49:35 -04:00