Skip to content

Commit

Permalink
Correct description and release note
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Feb 10, 2025
1 parent 8cf4575 commit e72e2a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeFilters.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ endif ()
if (HDF5_ENABLE_ZLIB_SUPPORT)
if (NOT H5_ZLIB_HEADER)
if (NOT ZLIB_USE_EXTERNAL)
option (HDF5_MODULE_MODE_ZLIB "Find the default system ZLIB in module mode" ON)
option (HDF5_MODULE_MODE_ZLIB "Prefer module mode to find ZLIB" ON)
mark_as_advanced (HDF5_MODULE_MODE_ZLIB)
if (HDF5_USE_ZLIB_NG)
set (HDF5_MODULE_MODE_ZLIB OFF CACHE BOOL "" FORCE)
Expand Down
2 changes: 1 addition & 1 deletion release_docs/INSTALL_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ if (BUILD_TESTING)
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_MODULE_MODE_ZLIB "Find the default system ZLIB in module mode" ON
HDF5_MODULE_MODE_ZLIB ""Prefer module mode to find ZLIB" ON
HDF5_ENABLE_ZLIB_SUPPORT "Enable Zlib Filters" OFF

if (HDF5_USE_ZLIB_NG)
Expand Down
8 changes: 5 additions & 3 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,11 @@ Bug Fixes since HDF5-2.0.0 release
- When using a system installed zlib library, the shared library is expected to
be found in the system library path.

Setting the HDF5_MODULE_MODE_ZLIB option to OFF, the system installed zlib,
or an alternate installed zlib library, is expected to have a correct
zlib-config.cmake file.
Setting the HDF5_MODULE_MODE_ZLIB option to OFF will force find_package to
use config mode first, an installed zlib, or an alternate installed zlib
library, is expected to have a correct zlib-config.cmake file.
Current zlib installs usually do not have a zlib-config.cmake file, so the
option is set to ON by default.

- Use pre-installed libaec compression library

Expand Down

0 comments on commit e72e2a8

Please sign in to comment.