diff --git a/HDF5Examples/Using_CMake.txt b/HDF5Examples/Using_CMake.txt index df761cb28d..78751599b3 100644 --- a/HDF5Examples/Using_CMake.txt +++ b/HDF5Examples/Using_CMake.txt @@ -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)