-
-
Notifications
You must be signed in to change notification settings - Fork 319
Clean up some obsolete CMake version conditions in CMakeLists.txt. #6104
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
base: develop
Are you sure you want to change the base?
Clean up some obsolete CMake version conditions in CMakeLists.txt. #6104
Conversation
Improve outdated text in CHANGELOG.md.
README.md
Outdated
| introduction of new features and the resolution of bugs. However, we aim to have at | ||
| least one annual release for each maintenance branch. | ||
|
|
||
| > The [PR stripping all autotools](https://github.com/HDFGroup/hdf5/pull/5308) was merged into the "develop" branch on **March 10, 2025**. . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the extra period after the merge date.
| > The [PR stripping all autotools](https://github.com/HDFGroup/hdf5/pull/5308) was merged into the "develop" branch on **March 10, 2025**. . | |
| > The [PR stripping all autotools](https://github.com/HDFGroup/hdf5/pull/5308) was merged into the "develop" branch on **March 10, 2025**. |
CMakeLists.txt
Outdated
| endif() | ||
| else () | ||
| # H5_LIBVER_DIR is used in HDF5Examples to compile examples from older hdf5 versions. | ||
| # Because the range of minor version numbers exceded single digits, a 0 was needed for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typographical error: "exceded" should be corrected to "exceeded".
| # Because the range of minor version numbers exceded single digits, a 0 was needed for | |
| # Because the range of minor version numbers exceeded single digits, a 0 was needed for |
CMakeLists.txt
Outdated
| else () | ||
| # H5_LIBVER_DIR is used in HDF5Examples to compile examples from older hdf5 versions. | ||
| # Because the range of minor version numbers exceded single digits, a 0 was needed for | ||
| # the single digit minor numbers so that version 2.0 (200) will greater than version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammatical error: "will greater than version" should be corrected to "will be greater than version".
| # the single digit minor numbers so that version 2.0 (200) will greater than version | |
| # the single digit minor numbers so that version 2.0 (200) will be greater than version |
CMakeLists.txt
Outdated
| #----------------------------------------------------------------------------- | ||
| if (HDF5_ENABLE_PLUGIN_SUPPORT) | ||
| if (${H5_LIBVER_DIR} EQUAL 16 OR HDF5_DEFAULT_API_VERSION MATCHES "v16") | ||
| if HDF5_DEFAULT_API_VERSION MATCHES "v16") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: The if condition is missing an opening parenthesis. It should be if (HDF5_DEFAULT_API_VERSION MATCHES "v16") instead of if HDF5_DEFAULT_API_VERSION MATCHES "v16").
| if HDF5_DEFAULT_API_VERSION MATCHES "v16") | |
| if (HDF5_DEFAULT_API_VERSION MATCHES "v16") |
Improve outdated text in CHANGELOG.md.
Important
Clean up obsolete CMake version conditions in
CMakeLists.txtand update outdated text inCHANGELOG.md.CMP0135andHDF5_EXTERNALLY_CONFIGURED.H5_LIBVER_DIR.CHANGELOG.mdto remove outdated references torelease.txtand emphasizeHISTORY*.txtfor previous changes.This description was created by
for ff06eae. You can customize this summary. It will automatically update as commits are pushed.