summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-27 20:02:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-27 20:02:43 (GMT)
commitfd506dab5e6adc85a24861e13e42e9d8337d8f2e (patch)
treefc8cf12ea5e0ab896ea6b3d59c89ea836253fa90 /release_docs
parentc174ecad00b452a46c12903f8655cafaeb6cabe1 (diff)
downloadhdf5-fd506dab5e6adc85a24861e13e42e9d8337d8f2e.zip
hdf5-fd506dab5e6adc85a24861e13e42e9d8337d8f2e.tar.gz
hdf5-fd506dab5e6adc85a24861e13e42e9d8337d8f2e.tar.bz2
Correct CMake version
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL_CMake.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index d6773ba..03ee847 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -30,7 +30,7 @@ Obtaining HDF5 source code
CMake version
1. We suggest you obtain the latest CMake from the Kitware web site.
- The HDF5 1.8."X" product requires a minimum CMake version 3.10,
+ The HDF5 1.8."X" product requires a minimum CMake version 3.12,
where "X" is the current HDF5 release version. If you are using
VS2019, the minimum version is 3.15.
@@ -273,7 +273,7 @@ IV. Further considerations
========================================================================
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 3.10.
+ web site. The HDF5 1.8."X" product requires a minimum CMake version 3.12.
2. If you plan to use Zlib or Szip:
A. Download the binary packages and install them in a central location.