Skip to content

Commit bbf6517

Browse files
committed
Fix typo causing error when MPI missing
1 parent cb6707a commit bbf6517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ if ( (NOT MPI_C_FOUND) OR (NOT MPI_Fortran_FOUND) OR (NOT MPIEXEC))
216216
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
217217
OUTPUT_VARIABLE DEFAULT_MPICH_INSTALL_LOC
218218
OUTPUT_QUIET
219-
OUTPUT_STRIP_TRAILING_WHITES_SPACE
219+
OUTPUT_STRIP_TRAILING_WHITESPACE
220220
)
221221
find_program (MY_MPI_EXEC NAMES mpirun mpiexec lamexec srun
222222
PATHS "${DEFAULT_MPICH_INSTALL_LOC}" ENV PATH

0 commit comments

Comments
 (0)