summaryrefslogtreecommitdiffstats
path: root/release_docs/README_HDF5_CMake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-04-03 21:38:10 (GMT)
committerGitHub <noreply@github.com>2023-04-03 21:38:10 (GMT)
commit526f0769a3353b20d1265c09b3035fa4c2610933 (patch)
tree074a505f9981b618c32200451b14e9187bc9caa3 /release_docs/README_HDF5_CMake
parentfa388e6ba42eaf66d33c1662fe413cfeecd69a59 (diff)
downloadhdf5-526f0769a3353b20d1265c09b3035fa4c2610933.zip
hdf5-526f0769a3353b20d1265c09b3035fa4c2610933.tar.gz
hdf5-526f0769a3353b20d1265c09b3035fa4c2610933.tar.bz2
Minor fixes for CMake code and install docs (#2623)
Diffstat (limited to 'release_docs/README_HDF5_CMake')
-rw-r--r--release_docs/README_HDF5_CMake6
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/README_HDF5_CMake b/release_docs/README_HDF5_CMake
index 8b30112..619e251 100644
--- a/release_docs/README_HDF5_CMake
+++ b/release_docs/README_HDF5_CMake
@@ -6,18 +6,18 @@ This tar file contains
CTestScript.cmake
HDF5config.cmake CMake scripts for building HDF5
HDF5options.cmake
- hdf5-1.13.2 HDF5 1.13.2 source
+ hdf5-1.15.0 HDF5 1.15.0 source
LIBAEC.tar.gz source for building SZIP replacement
ZLib.tar.gz source for building ZLIB
hdf5_plugins.tar.gz source for building compression plugins
HDF5Examples-2.0.1-Source.tar.gz source for building examples
For more information about building HDF5 with CMake, see USING_HDF5_CMake.txt in
-hdf5-1.13.2/release_docs, or
+hdf5-1.15.0/release_docs, or
https://portal.hdfgroup.org/display/support/Building+HDF5+with+CMake.
For more information about building HDF5 with CMake on HPC machines, including
-cross compiling on Cray XC40, see README_HPC in hdf5-1.13.2/release_docs.
+cross compiling on Cray XC40, see README_HPC in hdf5-1.15.0/release_docs.