summaryrefslogtreecommitdiffstats
path: root/release_docs/USING_CMake_Examples.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-03-14 12:14:44 (GMT)
committerGitHub <noreply@github.com>2022-03-14 12:14:44 (GMT)
commitff3abc72712dbd677c141c9443a366677ef0b2cf (patch)
tree1629409be44a3577fb137df75169a3f38eff9412 /release_docs/USING_CMake_Examples.txt
parentdc858321b60d7a7b4f3ea31b2e96933624c6cd2a (diff)
downloadhdf5-ff3abc72712dbd677c141c9443a366677ef0b2cf.zip
hdf5-ff3abc72712dbd677c141c9443a366677ef0b2cf.tar.gz
hdf5-ff3abc72712dbd677c141c9443a366677ef0b2cf.tar.bz2
1.8 Update HDF5_ROOT usage (#1488)
Diffstat (limited to 'release_docs/USING_CMake_Examples.txt')
-rw-r--r--release_docs/USING_CMake_Examples.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/release_docs/USING_CMake_Examples.txt b/release_docs/USING_CMake_Examples.txt
index 41bdc21..f72486f 100644
--- a/release_docs/USING_CMake_Examples.txt
+++ b/release_docs/USING_CMake_Examples.txt
@@ -20,15 +20,14 @@ Notes: This short instruction is written for users who want to quickly
I. Preconditions
========================================================================
- 1. We suggest you obtain the latest CMake for windows from the Kitware
- web site. The HDF5 1.8.x product requires a minimum CMake version
+ 1. We suggest you obtain the latest CMake for your platform from the Kitware
+ web site. The HDF5 1.10.x product requires a minimum CMake version
of 3.12. If you are using VS2019, the minimum version is 3.15.
2. You have installed the HDF5 library built with CMake, by executing
the HDF Install Utility (the *.msi file in the binary package for
- Windows or the *.sh on Linux). If you are using a Windows platform,
- you can obtain a pre-built Windows binary from The HDF Group's website
- at www.hdfgroup.org.
+ Windows or the *.sh on Linux). You can obtain pre-built binaries
+ from The HDF Group's website at www.hdfgroup.org.