summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-05-01 21:42:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-05-01 21:42:50 (GMT)
commit2f406b89554f9ebcb85258b662e404645399ed0d (patch)
tree91b2fc9903b85d57cb514710bc1d63b96f7ce960 /config
parentc30a24bb166c8d8f27a41cd939f7bdd541ebccd0 (diff)
parentee35fb8a7fe3804e4146c54020b6e2272ab251e3 (diff)
downloadhdf5-2f406b89554f9ebcb85258b662e404645399ed0d.zip
hdf5-2f406b89554f9ebcb85258b662e404645399ed0d.tar.gz
hdf5-2f406b89554f9ebcb85258b662e404645399ed0d.tar.bz2
Merge pull request #1687 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'ee35fb8a7fe3804e4146c54020b6e2272ab251e3': Change default for HPC Correct var usage syntax
Diffstat (limited to 'config')
-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 ()