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

@@ -27,3 +27,5 @@ set (H5PL_TGZ_NAME "${PLUGIN_TGZ_NAME}" CACHE STRING "Use plugins from compresse
set (PL_PACKAGE_NAME "${PLUGIN_PACKAGE_NAME}" CACHE STRING "Name of plugins package" FORCE)
set (H5PL_CPACK_ENABLE OFF CACHE BOOL "Enable CPack include and components" FORCE)
set (H5PL_USE_GNU_DIRS ${HDF5_USE_GNU_DIRS} CACHE BOOL "TRUE to use GNU Coding Standard install directory variables" FORCE)