We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a1bb45d
The latest version of cmake is cmake-3.25.0-rc2. The existing regular expression will parse it incorrectly as 3.25.02.
3.25.02
Parse it as 3.25.0.
3.25.0
Parse it as 3.25.02.
No response
The text was updated successfully, but these errors were encountered:
fix: properly parse cmake version
2c2c9ce
This closes apache#1042. Signed-off-by: tison <wander4096@gmail.com>
fix: properly parse cmake version (#1043)
e0fc532
This closes #1042. Signed-off-by: tison <wander4096@gmail.com>
tisonkun
Successfully merging a pull request may close this issue.
Search before asking
Version
a1bb45d
Minimal reproduce step
The latest version of cmake is cmake-3.25.0-rc2. The existing regular expression will parse it incorrectly as
3.25.02
.What did you expect to see?
Parse it as
3.25.0
.What did you see instead?
Parse it as
3.25.02
.Anything Else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: