diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-08-23 19:32:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 19:32:09 (GMT) |
commit | e1602a287b0f9520f5e92f65263359b5f04ebce7 (patch) | |
tree | d7468a6e5a9b768bbe946c9f201c265317d2914c /release_docs/INSTALL_CMake.txt | |
parent | 81fc47cc06dd162940b39b99b25c3708db026b0a (diff) | |
download | hdf5-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 'release_docs/INSTALL_CMake.txt')
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 75738ad..f979ff3 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -876,7 +876,7 @@ if (BUILD_TESTING) ---------------- External Library Options --------------------- HDF5_ALLOW_EXTERNAL_SUPPORT "Allow External Library Building (NO GIT TGZ)" "NO" HDF5_ENABLE_PLUGIN_SUPPORT "Enable PLUGIN Filters" OFF -HDF5_ENABLE_SZIP_SUPPORT "Use SZip Filter" OFF +HDF5_ENABLE_SZIP_SUPPORT "Use SZip Filter" ON HDF5_ENABLE_Z_LIB_SUPPORT "Enable Zlib Filters" ON PLUGIN_USE_EXTERNAL "Use External Library Building for PLUGINS" 0 ZLIB_USE_EXTERNAL "Use External Library Building for ZLIB" 0 |