Skip to content
  • Christian Pfeiffer's avatar
    FindMPI: Fix multiple configure runs · 2047eb36
    Christian Pfeiffer authored
    Due to a erroneous logical dependency on a temporary variable, FindMPI
    would depend its FOUND status on the set of flags needed to support
    compiler-implicit MPI support after the first configure run.
    
    This behavior is especially causing a misreported NOT FOUND status after
    the first run on MPI implementations without MPI compiler like MS-MPI or
    MPICH2 on Windows.
    2047eb36