Skip to content
  • Brad King's avatar
    CMakeDetermineCompilerId: Optionally try some flags before no flags · c65a060e
    Brad King authored
    Teach CMAKE_DETERMINE_COMPILER_ID to optionally try detecting the
    compiler id using some given flags before trying to detect it with no
    special flags.  This will be useful for Fortran detection to distinguish
    some compilers that use the preprocessors of others but have no macro of
    their own by getting verbose output.
    c65a060e