diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-07-18 22:27:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 22:27:12 (GMT) |
commit | 800edda078f4cf45d7d54ded1aaaeec98bd9d169 (patch) | |
tree | 43c529961c49842275d95f29b661189fe9083427 /release_docs/RELEASE.txt | |
parent | 7670d1b753c2df6d0342f7d8aaff1a84dfa73ed7 (diff) | |
download | hdf5-800edda078f4cf45d7d54ded1aaaeec98bd9d169.zip hdf5-800edda078f4cf45d7d54ded1aaaeec98bd9d169.tar.gz hdf5-800edda078f4cf45d7d54ded1aaaeec98bd9d169.tar.bz2 |
Option changed but not all references (#3252)
* Option changed but not all references
* remove quotes from binary var
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index bdd9a1e..614380e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -842,5 +842,5 @@ The issues with the gif tool are: HDFFV-11048 CVE-2020-10809 These CVE issues have not yet been addressed and are avoided by not building the gif tool by default. Enable building the High-Level tools with these options: - autotools: --enable-hltools - cmake: HDF5_BUILD_HL_TOOLS=ON + autotools: --enable-hlgiftools + cmake: HDF5_BUILD_HL_GIF_TOOLS=ON |