summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
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 /release_docs/RELEASE.txt
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 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 76a352f..c929129 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -49,6 +49,16 @@ New Features
Configuration:
-------------
+ - Add new CMake configuration variable HDF5_USE_GNU_DIRS
+
+ HDF5_USE_GNU_DIRS (default OFF) selects the use of GNU Coding Standard install
+ directory variables by including the CMake module, GNUInstallDirs(see CMake
+ documentation for details). The HDF_DIR_PATHS macro in the HDFMacros.cmake file
+ sets various PATH variables for use during the build, test and install processes.
+ By default, the historical settings for these variables will be used.
+
+ (ADB - 2022/10/21, GH-2175, GH-1716)
+
- Correct the usage of CMAKE_Fortran_MODULE_DIRECTORY and where to
install Fortran mod files.