Skip to content

FindMPI: Add MPI_EXECUTABLE_SUFFIX to every item in lists

Brian Carlson requested to merge CarlsonB/cmake:FindMPI-AddSuffixes into master

Add the ${MPI_EXECUTABLE_SUFFIX} to each of the items in the _MPI_${id}_${LANG}_COMPILER_NAMES and _MPI_${LANG}_GENERIC_COMPILER_NAMES rather than just adding the suffix to the last item in each list.

Merge request reports