summaryrefslogtreecommitdiffstats
path: root/CMakeFilters.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-23 19:32:09 (GMT)
committerGitHub <noreply@github.com>2023-08-23 19:32:09 (GMT)
commite1602a287b0f9520f5e92f65263359b5f04ebce7 (patch)
treed7468a6e5a9b768bbe946c9f201c265317d2914c /CMakeFilters.cmake
parent81fc47cc06dd162940b39b99b25c3708db026b0a (diff)
downloadhdf5-e1602a287b0f9520f5e92f65263359b5f04ebce7.zip
hdf5-e1602a287b0f9520f5e92f65263359b5f04ebce7.tar.gz
hdf5-e1602a287b0f9520f5e92f65263359b5f04ebce7.tar.bz2
Re-enable SZIP default to ON in CMake (#3414)
The Autotools were handled in a separate commit
Diffstat (limited to 'CMakeFilters.cmake')
-rw-r--r--CMakeFilters.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeFilters.cmake b/CMakeFilters.cmake
index 6573ee3..78f98db 100644
--- a/CMakeFilters.cmake
+++ b/CMakeFilters.cmake
@@ -131,7 +131,7 @@ endif ()
#-----------------------------------------------------------------------------
# Option for SzLib support
#-----------------------------------------------------------------------------
-option (HDF5_ENABLE_SZIP_SUPPORT "Use SZip Filter" OFF)
+option (HDF5_ENABLE_SZIP_SUPPORT "Use SZip Filter" ON)
if (HDF5_ENABLE_SZIP_SUPPORT)
option (HDF5_ENABLE_SZIP_ENCODING "Use SZip Encoding" ON)
if (NOT SZIP_USE_EXTERNAL)