diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-07-25 16:31:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-07-25 16:31:42 (GMT) |
commit | ba953e018ca81b6bad898b7b51a37531cb027748 (patch) | |
tree | 746fd57c7be1e2053d0257e2b7e690b0b928b2f2 | |
parent | 34adba4a0c131afe49a75e8e7d92f1e986c1b540 (diff) | |
download | hdf5-ba953e018ca81b6bad898b7b51a37531cb027748.zip hdf5-ba953e018ca81b6bad898b7b51a37531cb027748.tar.gz hdf5-ba953e018ca81b6bad898b7b51a37531cb027748.tar.bz2 |
Minor comment fix
-rwxr-xr-x | config/cmake/scripts/HDF5config.cmake | 2 |
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 |