summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-11-08 13:52:45 (GMT)
committerGitHub <noreply@github.com>2022-11-08 13:52:45 (GMT)
commit7077e505dc3f85010fe6529355e597938d09f732 (patch)
tree4e0804f40ca708ef538c1c0c88c0d3b8038ed981 /CMakeInstallation.cmake
parent2061020115ad53f845021957d11f316773bb3cb7 (diff)
downloadhdf5-7077e505dc3f85010fe6529355e597938d09f732.zip
hdf5-7077e505dc3f85010fe6529355e597938d09f732.tar.gz
hdf5-7077e505dc3f85010fe6529355e597938d09f732.tar.bz2
1.8 Merge #2175 Implement option for using CMake GNUInstallDirs (#2224)
* Merge #2175 Implement option for using CMake GNUInstallDirs * 1.8 only revert mod dir because of windows
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 fb1ebf0..c2aef29 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 ()