diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-02-02 19:45:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 19:45:59 (GMT) |
commit | 1d598182d6097052060f15a6b0d744c42a2fd80a (patch) | |
tree | 84982b93d0373809b55dd84a2855ae8b8df799fa /release_docs/USING_CMake_Examples.txt | |
parent | 86ef00fd67d4f5007ff8e3390631009ad75891a5 (diff) | |
download | hdf5-1d598182d6097052060f15a6b0d744c42a2fd80a.zip hdf5-1d598182d6097052060f15a6b0d744c42a2fd80a.tar.gz hdf5-1d598182d6097052060f15a6b0d744c42a2fd80a.tar.bz2 |
Update doc with HDF5_ROOT usage. (#1414)
Diffstat (limited to 'release_docs/USING_CMake_Examples.txt')
-rw-r--r-- | release_docs/USING_CMake_Examples.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/release_docs/USING_CMake_Examples.txt b/release_docs/USING_CMake_Examples.txt index a12a952..920705b 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 + 1. We suggest you obtain the latest CMake for your platform from the Kitware web site. The HDF5 1.13.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. |