FindMPI: Fix typo in comment
This commit is contained in:
parent
72cce810ce
commit
2844296c7b
@ -688,7 +688,7 @@ function (_MPI_interrogate_compiler LANG)
|
|||||||
MPI_ALL_INCLUDE_PATHS "${MPI_COMPILE_CMDLINE}")
|
MPI_ALL_INCLUDE_PATHS "${MPI_COMPILE_CMDLINE}")
|
||||||
|
|
||||||
# If extracting failed to work, we'll try using -showme:incdirs.
|
# If extracting failed to work, we'll try using -showme:incdirs.
|
||||||
# Unlike before, we do this without the environment variables set up, but since only MPICH derivates are affected by any of them, and
|
# Unlike before, we do this without the environment variables set up, but since only MPICH derivatives are affected by any of them, and
|
||||||
# -showme:... is only supported by Open MPI and LAM/MPI, this isn't a concern.
|
# -showme:... is only supported by Open MPI and LAM/MPI, this isn't a concern.
|
||||||
if (NOT MPI_ALL_INCLUDE_PATHS)
|
if (NOT MPI_ALL_INCLUDE_PATHS)
|
||||||
_MPI_check_compiler(${LANG} "-showme:incdirs" MPI_INCDIRS_CMDLINE MPI_INCDIRS_COMPILER_RETURN)
|
_MPI_check_compiler(${LANG} "-showme:incdirs" MPI_INCDIRS_CMDLINE MPI_INCDIRS_COMPILER_RETURN)
|
||||||
|
Loading…
Reference in New Issue
Block a user