summaryrefslogtreecommitdiffstats
path: root/Modules/FindMPI.cmake
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2009-09-04 22:19:06 (GMT)
committerDavid Cole <david.cole@kitware.com>2009-09-04 22:19:06 (GMT)
commitb71332914fc26678fe7f1b46685b109e2a182fee (patch)
tree1d8755adfa11c95dbe0bfe0cdc891ee83ca34bf0 /Modules/FindMPI.cmake
parent5655ac46f00a3348e8b84c3832f34eac494be877 (diff)
downloadCMake-b71332914fc26678fe7f1b46685b109e2a182fee.zip
CMake-b71332914fc26678fe7f1b46685b109e2a182fee.tar.gz
CMake-b71332914fc26678fe7f1b46685b109e2a182fee.tar.bz2
Oops. Close strings with double quotes. Where they're supposed to be.
Diffstat (limited to 'Modules/FindMPI.cmake')
-rw-r--r--Modules/FindMPI.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindMPI.cmake b/Modules/FindMPI.cmake
index f0e1cfd..d846854 100644
--- a/Modules/FindMPI.cmake
+++ b/Modules/FindMPI.cmake
@@ -63,7 +63,7 @@ find_program(MPIEXEC
NAMES mpiexec mpirun lamexec
PATHS /usr/bin /usr/local/bin /usr/local/mpi/bin
"$ENV{SystemDrive}/Program Files/MPICH/SDK/Bin"
- "${ProgramFiles}/MPICH2/Bin
+ "${ProgramFiles}/MPICH2/Bin"
"$ENV{SystemDrive}/Program Files/Microsoft Compute Cluster Pack/Bin"
"$ENV{SystemDrive}/Program Files/Microsoft HPC Pack 2008 SDK/Bin"
DOC "Executable for running MPI programs.")
@@ -270,7 +270,7 @@ else (MPI_COMPILE_CMDLINE)
NAMES mpi mpich msmpi
PATHS /usr/lib /usr/local/lib /usr/local/mpi/lib
"$ENV{SystemDrive}/Program Files/MPICH/SDK/Lib"
- "${ProgramFiles}/MPICH2/Lib
+ "${ProgramFiles}/MPICH2/Lib"
"$ENV{SystemDrive}/Program Files/Microsoft Compute Cluster Pack/Lib/${MS_MPI_ARCH_DIR}"
"$ENV{SystemDrive}/Program Files/Microsoft HPC Pack 2008 SDK/Lib/${MS_MPI_ARCH_DIR}"
)