summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-03-12 18:37:29 (GMT)
committerGitHub <noreply@github.com>2022-03-12 18:37:29 (GMT)
commit2ad70782bea62091e25d64c39405b15d3dddef21 (patch)
tree12ea2ba26115ccfab0aec67d6ad5137b0a96293f /release_docs/RELEASE.txt
parenta06b7ebb34d3ec2e883dce77bb87a6770d141fa1 (diff)
downloadhdf5-2ad70782bea62091e25d64c39405b15d3dddef21.zip
hdf5-2ad70782bea62091e25d64c39405b15d3dddef21.tar.gz
hdf5-2ad70782bea62091e25d64c39405b15d3dddef21.tar.bz2
1.10 Update HDF5_ROOT usage (#1487)
* Update HDF5_ROOT usage * Fix typo
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0566ba4..754026c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -178,7 +178,16 @@ Bug Fixes since HDF5-1.10.7 release
Configuration
-------------
- -
+ - Reworked corrected path searched by CMake find_package command
+
+ The install path for cmake find_package files had been changed to use
+ "share/cmake"
+ for all platforms. However setting the HDF5_ROOT variable failed to locate
+ the configuration files. The build variable HDF5_INSTALL_CMAKE_DIR is now
+ set to the <INSTALL_DIR>/cmake folder. The location of the configuration
+ files can still be specified by the "HDF5_DIR" variable.
+
+ (ADB - 2022/03/11)
Tools