summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-10-24 16:19:39 (GMT)
committerGitHub <noreply@github.com>2023-10-24 16:19:39 (GMT)
commit1533df6256feba9106841f7cdeb00611f991d4de (patch)
treecbc060e8d10cab6aeba6dfbd63a106f6414dc2d4
parent45c1c875716ab27a7d9fe5f99d16e3353e78c466 (diff)
downloadhdf5-1533df6256feba9106841f7cdeb00611f991d4de.zip
hdf5-1533df6256feba9106841f7cdeb00611f991d4de.tar.gz
hdf5-1533df6256feba9106841f7cdeb00611f991d4de.tar.bz2
Fix windows cpack error in WiX package. (#3750)
-rw-r--r--doxygen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/CMakeLists.txt b/doxygen/CMakeLists.txt
index 8fe3b77..7dd7660 100644
--- a/doxygen/CMakeLists.txt
+++ b/doxygen/CMakeLists.txt
@@ -39,7 +39,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)