diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-04-03 21:38:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 21:38:10 (GMT) |
commit | 526f0769a3353b20d1265c09b3035fa4c2610933 (patch) | |
tree | 074a505f9981b618c32200451b14e9187bc9caa3 /release_docs/USING_CMake_Examples.txt | |
parent | fa388e6ba42eaf66d33c1662fe413cfeecd69a59 (diff) | |
download | hdf5-526f0769a3353b20d1265c09b3035fa4c2610933.zip hdf5-526f0769a3353b20d1265c09b3035fa4c2610933.tar.gz hdf5-526f0769a3353b20d1265c09b3035fa4c2610933.tar.bz2 |
Minor fixes for CMake code and install docs (#2623)
Diffstat (limited to 'release_docs/USING_CMake_Examples.txt')
-rw-r--r-- | release_docs/USING_CMake_Examples.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/USING_CMake_Examples.txt b/release_docs/USING_CMake_Examples.txt index 853fa4f..6598876 100644 --- a/release_docs/USING_CMake_Examples.txt +++ b/release_docs/USING_CMake_Examples.txt @@ -21,7 +21,7 @@ I. Preconditions ======================================================================== 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 + web site. The HDF5 1.15.x product requires a minimum CMake version of 3.18. If you are using VS2022, the minimum version is 3.21. 2. You have installed the HDF5 library built with CMake, by executing |