summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-18 21:05:20 (GMT)
committerGitHub <noreply@github.com>2023-05-18 21:05:20 (GMT)
commitdc3ef6055f7f0e251683637326bc8ea6a2062e34 (patch)
treea0f643c5b8b57118f3fb3c6d71401400f1dbd744 /config/cmake/scripts
parent6e5c4a5c586b43206f77378cd1774edb168d62bb (diff)
downloadhdf5-dc3ef6055f7f0e251683637326bc8ea6a2062e34.zip
hdf5-dc3ef6055f7f0e251683637326bc8ea6a2062e34.tar.gz
hdf5-dc3ef6055f7f0e251683637326bc8ea6a2062e34.tar.bz2
Change defaults of standard filters. (#2927)
Diffstat (limited to 'config/cmake/scripts')
-rw-r--r--config/cmake/scripts/HDF5options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake
index 92bfd37..ba5fc24 100644
--- a/config/cmake/scripts/HDF5options.cmake
+++ b/config/cmake/scripts/HDF5options.cmake
@@ -70,7 +70,7 @@ set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ALLOW_EXTERNAL_SUPPORT:STRIN
### disable using ext zlib
#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=OFF")
### disable using ext szip
-#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF")
+#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=ON")
#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_SZIP_ENCODING:BOOL=OFF")
#### package examples ####