From cb3169fc5a2784bd7595b9f92c269603abe930bf Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Mon, 25 Mar 2024 11:51:01 -0500 Subject: [PATCH] Match minimum CMake version to 3.18 (#4215) --- HDF5Examples/Using_CMake.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)