summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts/HDF5config.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-05-01 21:23:08 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-05-01 21:23:08 (GMT)
commitee35fb8a7fe3804e4146c54020b6e2272ab251e3 (patch)
tree91b2fc9903b85d57cb514710bc1d63b96f7ce960 /config/cmake/scripts/HDF5config.cmake
parentc030a7123d1f7365c9ab069ba76192186cfe9d33 (diff)
downloadhdf5-ee35fb8a7fe3804e4146c54020b6e2272ab251e3.zip
hdf5-ee35fb8a7fe3804e4146c54020b6e2272ab251e3.tar.gz
hdf5-ee35fb8a7fe3804e4146c54020b6e2272ab251e3.tar.bz2
Change default for HPC
Diffstat (limited to 'config/cmake/scripts/HDF5config.cmake')
-rw-r--r--config/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 3c1271f..8262829 100644
--- a/config/cmake/scripts/HDF5config.cmake
+++ b/config/cmake/scripts/HDF5config.cmake
@@ -177,7 +177,7 @@ if (NOT DEFINED HPC)
endif ()
endif ()
else ()
- set (CTEST_SITE "HPC.XXXX")
+ set (CTEST_SITE "${SITE_OS_NAME}")
set (CTEST_CMAKE_GENERATOR "Unix Makefiles")
include (${CTEST_SOURCE_DIRECTORY}/config/cmake/scripts/HPC/${HPC}-HDF5options.cmake)
endif ()