summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-25 16:31:42 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-25 16:31:42 (GMT)
commitba953e018ca81b6bad898b7b51a37531cb027748 (patch)
tree746fd57c7be1e2053d0257e2b7e690b0b928b2f2 /config/cmake/scripts
parent34adba4a0c131afe49a75e8e7d92f1e986c1b540 (diff)
downloadhdf5-ba953e018ca81b6bad898b7b51a37531cb027748.zip
hdf5-ba953e018ca81b6bad898b7b51a37531cb027748.tar.gz
hdf5-ba953e018ca81b6bad898b7b51a37531cb027748.tar.bz2
Minor comment fix
Diffstat (limited to 'config/cmake/scripts')
-rwxr-xr-xconfig/cmake/scripts/HDF5config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake
index d327aa0..db73e38 100755
--- a/config/cmake/scripts/HDF5config.cmake
+++ b/config/cmake/scripts/HDF5config.cmake
@@ -45,7 +45,7 @@ set (CTEST_SOURCE_VERSEXT "-snap1")
#CTEST_SOURCE_NAME - name of source folder; HDF5-1.10.0
#MODEL - CDash group name
#HPC - run alternate configurations for HPC machines; sbatch, bsub, raybsub, qsub
-#MPI - enable MPI;
+#MPI - enable MPI
if (DEFINED CTEST_SCRIPT_ARG)
# transform ctest script arguments of the form
# script.ctest,var1=value1,var2=value2