Browse Source

FindMPI: Fix typo in comment

pull/376/head
Brad King 6 months ago
parent
commit
2844296c7b
  1. 2
      Modules/FindMPI.cmake

2
Modules/FindMPI.cmake

@ -688,7 +688,7 @@ function (_MPI_interrogate_compiler LANG)
MPI_ALL_INCLUDE_PATHS "${MPI_COMPILE_CMDLINE}")
# 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.
if (NOT MPI_ALL_INCLUDE_PATHS)
_MPI_check_compiler(${LANG} "-showme:incdirs" MPI_INCDIRS_CMDLINE MPI_INCDIRS_COMPILER_RETURN)

Loading…
Cancel
Save