mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
FindMPI: Add support for FujitsuClang wrappers
Prefer these when the project is built with FujitsuClang.
This commit is contained in:
@@ -283,6 +283,9 @@ set(_MPI_Fortran_GENERIC_COMPILER_NAMES mpif95 mpif95_r mpf95 mpf95_r
|
||||
set(_MPI_Fujitsu_C_COMPILER_NAMES mpifccpx mpifcc)
|
||||
set(_MPI_Fujitsu_CXX_COMPILER_NAMES mpiFCCpx mpiFCC)
|
||||
set(_MPI_Fujitsu_Fortran_COMPILER_NAMES mpifrtpx mpifrt)
|
||||
set(_MPI_FujitsuClang_C_COMPILER_NAMES mpifccpx mpifcc)
|
||||
set(_MPI_FujitsuClang_CXX_COMPILER_NAMES mpiFCCpx mpiFCC)
|
||||
set(_MPI_FujitsuClang_Fortran_COMPILER_NAMES mpifrtpx mpifrt)
|
||||
|
||||
# GNU compiler names
|
||||
set(_MPI_GNU_C_COMPILER_NAMES mpigcc mpgcc mpigcc_r mpgcc_r)
|
||||
|
||||
Reference in New Issue
Block a user