Implement option for using CMake GNUInstallDirs (#2175)

* Implement option for using CMake GNUInstallDirs

* Add release notes
This commit is contained in:
Allen Byrne
2022-10-25 10:50:43 -05:00
committed by GitHub
parent f98c93ab19
commit ea902f9ace
18 changed files with 129 additions and 40 deletions

View File

@@ -37,7 +37,7 @@ if (DOXYGEN_FOUND)
install (
DIRECTORY ${HDF5_BINARY_DIR}/hdf5lib_docs/html
DESTINATION ${HDF5_INSTALL_DATA_DIR}
DESTINATION ${HDF5_INSTALL_DOC_DIR}
COMPONENT Documents
)