Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match minimum CMake version to 3.18 #4215

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HDF5Examples/Using_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)


Expand Down
Loading