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>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user