Skip to content
  • Brad King's avatar
    Fix FortranCInterface_VERIFY for non-C++ case · dc788387
    Brad King authored
    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.
    dc788387