diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-05-24 13:55:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 13:55:08 (GMT) |
commit | 62a5443bd798dd2b4c4deba2cbb0bd8646196e7d (patch) | |
tree | e980209549c5b2e4089d164c6ecf3798e175520b /config | |
parent | bee09040d39d265d28b230735e28c3603a5da217 (diff) | |
download | hdf5-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')
-rw-r--r-- | config/cmake/ConfigureChecks.cmake | 8 |
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) |