summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
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 /release_docs/RELEASE.txt
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 '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 622a5d6..00a4e9f 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.