summaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-11-03 16:07:42 (GMT)
committerGitHub <noreply@github.com>2023-11-03 16:07:42 (GMT)
commit8113769871f989578d67db6ab9366d995b568ebc (patch)
treeb2f3973907fdd067b578c28847228d917d141ec6 /doxygen
parentf9f2e056c6fc422015000263f30f6f2c02a4789f (diff)
downloadhdf5-8113769871f989578d67db6ab9366d995b568ebc.zip
hdf5-8113769871f989578d67db6ab9366d995b568ebc.tar.gz
hdf5-8113769871f989578d67db6ab9366d995b568ebc.tar.bz2
Adjust some CMake settings (#3828)hdf5_1_12
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/CMakeLists.txt b/doxygen/CMakeLists.txt
index aa241fb..4c3dbfe 100644
--- a/doxygen/CMakeLists.txt
+++ b/doxygen/CMakeLists.txt
@@ -38,7 +38,7 @@ if (DOXYGEN_FOUND)
install (
DIRECTORY ${HDF5_BINARY_DIR}/hdf5lib_docs/html
DESTINATION ${HDF5_INSTALL_DOC_DIR}
- COMPONENT Documents
+ COMPONENT hdfdocuments
)
if (NOT TARGET doxygen)