diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-12-17 03:56:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 03:56:07 (GMT) |
commit | 149b8e9769887c5b23400b526dc10463f88f2c3e (patch) | |
tree | c6eaae15688e7fe8be18664ec8f0e8c31f8ec15d /release_docs/INSTALL_CMake.txt | |
parent | 8102fa8c972bdc0d8fd8f3dae604e070893150d6 (diff) | |
download | hdf5-149b8e9769887c5b23400b526dc10463f88f2c3e.zip hdf5-149b8e9769887c5b23400b526dc10463f88f2c3e.tar.gz hdf5-149b8e9769887c5b23400b526dc10463f88f2c3e.tar.bz2 |
Disable hl tools by default (#2313)
* Disable hl tools by default
* identify the tools
* Only GIF tools are depecated
* Add new option
* Update autotools
Diffstat (limited to 'release_docs/INSTALL_CMake.txt')
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 94b14d9..b17a7e5 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -741,6 +741,7 @@ HDF5_BUILD_JAVA "Build JAVA support" OFF HDF5_BUILD_HL_LIB "Build HIGH Level HDF5 Library" ON HDF5_BUILD_TOOLS "Build HDF5 Tools" ON HDF5_BUILD_HL_TOOLS "Build HIGH Level HDF5 Tools" ON +HDF5_BUILD_HL_GIF_TOOLS "Build HIGH Level HDF5 GIF Tools" OFF ---------------- HDF5 Folder Build Options --------------------- Defaults relative to $<INSTALL_PREFIX> |