Skip to content

Commit

Permalink
Address typo and grammer.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Feb 13, 2025
1 parent 910ca72 commit 951df41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 ""Prefer module mode to find ZLIB" 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
4 changes: 2 additions & 2 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ Bug Fixes since HDF5-2.0.0 release
be found in the system library path.

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.
use config mode first. An installed zlib, or an alternate installed zlib
library, is expected to have a correct zlib-config.cmake file for config mode.
Current zlib installs usually do not have a zlib-config.cmake file, so the
option is set to ON by default.

Expand Down

0 comments on commit 951df41

Please sign in to comment.