summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts/HDF5config.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-11 16:09:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-11 16:09:32 (GMT)
commit691b92ff9c8429cd704e482628ceb5438df1aca1 (patch)
treede4486bef665b4e394c38a4580403dedbc294149 /config/cmake/scripts/HDF5config.cmake
parent742894ce88b127d38dbaf91a3c8ad1c0f01f9b01 (diff)
downloadhdf5-691b92ff9c8429cd704e482628ceb5438df1aca1.zip
hdf5-691b92ff9c8429cd704e482628ceb5438df1aca1.tar.gz
hdf5-691b92ff9c8429cd704e482628ceb5438df1aca1.tar.bz2
Set the full generator name
Diffstat (limited to 'config/cmake/scripts/HDF5config.cmake')
-rw-r--r--config/cmake/scripts/HDF5config.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake
index fda9fcc..bcd33df 100644
--- a/config/cmake/scripts/HDF5config.cmake
+++ b/config/cmake/scripts/HDF5config.cmake
@@ -45,7 +45,7 @@ set (CTEST_SOURCE_VERSEXT "")
#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
-#MPI - enable MPI;
+#MPI - enable MPI;
if (DEFINED CTEST_SCRIPT_ARG)
# transform ctest script arguments of the form
# script.ctest,var1=value1,var2=value2
@@ -174,6 +174,7 @@ if (NOT DEFINED HPC)
endif ()
endif ()
else ()
+ set (CTEST_CMAKE_GENERATOR "Unix Makefiles")
include (${CTEST_SOURCE_DIRECTORY}/config/cmake/scripts/HPC/${HPC}-HDF5options.cmake)
endif ()
###################################################################