Skip to content
  • Brad King's avatar
    FortranCInterface: Honor language flags in checks · 1699836b
    Brad King authored
    We pass CMAKE_C_FLAGS, CMAKE_CXX_FLAGS, and CMAKE_Fortran_FLAGS through
    try_compile() for the FortranCInterface Detect and Verify projects.
    This honors user-specified compiler flags for each language, thus
    supporting flags that affect the Fortran mangling.
    1699836b