Match minimum CMake version to 3.18 (#4215)

This commit is contained in:
H. Joe Lee 2024-03-25 11:51:01 -05:00 committed by GitHub
parent 45ef8fe533
commit cb3169fc5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ I. Preconditions
1. We suggest you obtain the latest CMake for windows from the Kitware
web site. The HDF5 product requires a minimum CMake version
of 3.12.
of 3.18.
2. You have installed the HDF5 library built with CMake, by executing
the HDF Install Utility (the *.msi file in the binary package for
@ -45,7 +45,7 @@ I. Preconditions
(Note there are no quote characters used on Windows and all platforms
use forward slashes)
4. Created separate source and build directories.
4. Create separate source and build directories.
(CMake commands are executed in the build directory)