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
There is currently no version information set in the cmake config, something like:
# project version SET( ${PROJECT_NAME}_VERSION_MAJOR X ) SET( ${PROJECT_NAME}_VERSION_MINOR Y ) SET( ${PROJECT_NAME}_VERSION_PATCH Z ) SET( ${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}" )
This makes usage of the tagging script impossible at the moment, and also just makes it hard to use this package downstream in a versioned way.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There is currently no version information set in the cmake config, something like:
This makes usage of the tagging script impossible at the moment, and also just makes it hard to use this package downstream in a versioned way.
The text was updated successfully, but these errors were encountered: