Skip to content
  • Brad King's avatar
    Teach FortranCInterface to load outside results · 14f7a043
    Brad King authored
    We split the main detection logic into a Detect.cmake support module and
    load it only when detection results are not already available.  This
    allows results computed by the main project to be used in try-compile
    projects without recomputing them.  The call to try_compile() need only
    to pass FortranCInterface_BINARY_DIR through the CMAKE_FLAGS option.
    14f7a043