summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_CMake.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-12-17 03:56:07 (GMT)
committerGitHub <noreply@github.com>2022-12-17 03:56:07 (GMT)
commit149b8e9769887c5b23400b526dc10463f88f2c3e (patch)
treec6eaae15688e7fe8be18664ec8f0e8c31f8ec15d /release_docs/INSTALL_CMake.txt
parent8102fa8c972bdc0d8fd8f3dae604e070893150d6 (diff)
downloadhdf5-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.txt1
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>