Merge topic 'fix-13549-make-findmpi-quiet'

8b7a5c6 FindMPI: Set correct variables for calls to FPHSA
This commit is contained in:
David Cole 2012-09-28 15:45:21 -04:00 committed by CMake Topic Stage
commit 908f46a161
1 changed files with 5 additions and 0 deletions

View File

@ -576,6 +576,11 @@ foreach (lang C CXX Fortran)
try_regular_compiler(${lang} regular_compiler_worked)
endif()
set(MPI_${lang}_FIND_QUIETLY ${MPI_FIND_QUIETLY})
set(MPI_${lang}_FIND_REQUIRED ${MPI_FIND_REQUIRED})
set(MPI_${lang}_FIND_VERSION ${MPI_FIND_VERSION})
set(MPI_${lang}_FIND_VERSION_EXACT ${MPI_FIND_VERSION_EXACT})
if (regular_compiler_worked)
find_package_handle_standard_args(MPI_${lang} DEFAULT_MSG MPI_${lang}_COMPILER)
else()