diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-27 20:00:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-04-27 20:00:09 (GMT) |
commit | 1acccabdb24019052c7787863015608da0e176f8 (patch) | |
tree | e686c8df042f52402a52b7a83788f126046ffa8a | |
parent | 2ef7ba5b1303c7743601f245734d1b8b0fb70246 (diff) | |
download | hdf5-1acccabdb24019052c7787863015608da0e176f8.zip hdf5-1acccabdb24019052c7787863015608da0e176f8.tar.gz hdf5-1acccabdb24019052c7787863015608da0e176f8.tar.bz2 |
Correct cmake version in text
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 2e47bc0..80282ef 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.10."X" product requires a minimum CMake version 3.10, + The HDF5 1.10."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.10."X" product requires a minimum CMake version 3.10. + web site. The HDF5 1.10."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. |