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

[CMake] Project version does not match release tag #536

Closed
hjabird opened this issue Jul 15, 2024 · 0 comments · Fixed by #537
Closed

[CMake] Project version does not match release tag #536

hjabird opened this issue Jul 15, 2024 · 0 comments · Fixed by #537

Comments

@hjabird
Copy link
Contributor

hjabird commented Jul 15, 2024

Summary

The lastest source release of this project is tagged v0.4 (https://github.com/oneapi-src/oneMKL/releases/tag/v0.4). The CMake gives the version as 0.2 (see

project(oneMKL VERSION 0.2.0 LANGUAGES CXX)
). The version reported by the CMake and the version should probably match the version given in the tags.

Expected Behavior

  • The CMake of the tagged releases should match the version given in the tag.
  • Q: What version should the develop branch have?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant