summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-11-05 19:47:02 (GMT)
committerGitHub <noreply@github.com>2022-11-05 19:47:02 (GMT)
commite1673be0efa4a4549727bc03db4b719f4e280ad6 (patch)
treea53a04f04dd334f9712d03b1576e72fbf72adc10 /CMakeInstallation.cmake
parent559d7d056be22fb9e2f0da69168c9050d448a71c (diff)
downloadhdf5-e1673be0efa4a4549727bc03db4b719f4e280ad6.zip
hdf5-e1673be0efa4a4549727bc03db4b719f4e280ad6.tar.gz
hdf5-e1673be0efa4a4549727bc03db4b719f4e280ad6.tar.bz2
1.10 Merge HDFGroup#2175 Implement option for using CMake GNUInstallDirs (#2222)
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r--CMakeInstallation.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake
index 1fe516c..2c4c304 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -238,7 +238,7 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED)
endif ()
install (
FILES ${release_files}
- DESTINATION ${HDF5_INSTALL_DATA_DIR}
+ DESTINATION ${HDF5_INSTALL_DOC_DIR}
COMPONENT hdfdocuments
)
endif ()