-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[backward-cpp]Update version #35583
[backward-cpp]Update version #35583
Conversation
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.
AFAIU the package has dependencies on other libs, and some are provided by vcpkg ports. It would be good to ensure that no dependency accidentally becomes an undeclared artifact dependency.
They install an unusual CMake config file, probably for header-only usage. Some patterns are really strange.
(untested) |
Actually, prior to this PR, Backward had always joined the build system in the form of header only. However, in the current PR, it is added to the compilation in the form of a library. |
now, add |
Usage tested successfully by
|
* update backward-cpp version * update vcpkg versions json file * delete `include-dir.diff` * update vcpkg versions file * remove PACKAGE_NAME item * fix version file * version format changes * add new version to vcpkg * add usage * chage main version in vcpkg * Add blank line * update version --------- Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
./vcpkg x-add-version --all
and committing the result.Fix complier error on mingw plateform