diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-05-01 21:23:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-05-01 21:23:08 (GMT) |
commit | ee35fb8a7fe3804e4146c54020b6e2272ab251e3 (patch) | |
tree | 91b2fc9903b85d57cb514710bc1d63b96f7ce960 /config/cmake/scripts/HDF5config.cmake | |
parent | c030a7123d1f7365c9ab069ba76192186cfe9d33 (diff) | |
download | hdf5-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.cmake | 2 |
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 () |