summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-05-24 13:55:08 (GMT)
committerGitHub <noreply@github.com>2021-05-24 13:55:08 (GMT)
commit62a5443bd798dd2b4c4deba2cbb0bd8646196e7d (patch)
treee980209549c5b2e4089d164c6ecf3798e175520b /config/cmake
parentbee09040d39d265d28b230735e28c3603a5da217 (diff)
downloadhdf5-62a5443bd798dd2b4c4deba2cbb0bd8646196e7d.zip
hdf5-62a5443bd798dd2b4c4deba2cbb0bd8646196e7d.tar.gz
hdf5-62a5443bd798dd2b4c4deba2cbb0bd8646196e7d.tar.bz2
Various CMake changes (#679)
* Committing clang-format changes * Several CMake updates: * Removes unused HDF5_ENABLE_HSIZET * Switches TEST_SHELL_SCRIPTS to ON * Sets SH_PROGRAM to bash instead of sh * Set default build type back to RelWithDebInfo Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'config/cmake')
-rw-r--r--config/cmake/ConfigureChecks.cmake8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index 0d82668..19e7dce 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -86,14 +86,6 @@ else ()
set (HDF5_FILE_LOCKING_SETTING "no")
endif ()
-#-----------------------------------------------------------------------------
-# Are we going to use HSIZE_T
-#-----------------------------------------------------------------------------
-option (HDF5_ENABLE_HSIZET "Enable datasets larger than memory" ON)
-if (HDF5_ENABLE_HSIZET)
- set (${HDF_PREFIX}_HAVE_LARGE_HSIZET 1)
-endif ()
-
# so far we have no check for this
set (${HDF_PREFIX}_HAVE_TMPFILE 1)