From 2844296c7b4a813a59e43d6b2e793a068025f3b8 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 3 Feb 2025 12:01:52 -0500 Subject: FindMPI: Fix typo in comment --- Modules/FindMPI.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/FindMPI.cmake b/Modules/FindMPI.cmake index 82d1df1..e66a42f 100644 --- a/Modules/FindMPI.cmake +++ b/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) -- cgit v0.12