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
CMake-GitVersion/cmake/GitVersion.cmake
Lines 397 to 402 in 242a8ea
In CMake we already have the write_basic_package_version_file(...) function that generates a config file for packages (which are also archives).
write_basic_package_version_file(...)
See here for more info:
The text was updated successfully, but these errors were encountered:
Thanks, seems to be new in CMake 3.21 - this project needs definitely an update :)
CMake 3.21
Sorry, something went wrong.
@jahnf That features has been there for years! 😉
Ooops okay I'll take everything back 🤷♂️🙃
No branches or pull requests
CMake-GitVersion/cmake/GitVersion.cmake
Lines 397 to 402 in 242a8ea
In CMake we already have the
write_basic_package_version_file(...)
function that generates a config file for packages (which are also archives).See here for more info:
The text was updated successfully, but these errors were encountered: