diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-11-03 16:07:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 16:07:42 (GMT) |
commit | 8113769871f989578d67db6ab9366d995b568ebc (patch) | |
tree | b2f3973907fdd067b578c28847228d917d141ec6 /doxygen | |
parent | f9f2e056c6fc422015000263f30f6f2c02a4789f (diff) | |
download | hdf5-hdf5_1_12.zip hdf5-hdf5_1_12.tar.gz hdf5-hdf5_1_12.tar.bz2 |
Adjust some CMake settings (#3828)hdf5_1_12
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/CMakeLists.txt | 2 |
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) |