-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[qtkeychain] Update to 0.13.2+2 to fix the exported CMake target #24013
[qtkeychain] Update to 0.13.2+2 to fix the exported CMake target #24013
Conversation
@daschuer ,Have you tested the usage locally? |
Yes, with Linux |
aaec908
to
37f9034
Compare
37f9034
to
ac9dfb4
Compare
I have tested the usage successfully on my machine. |
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.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
Error: Local changes detected for qtkeychain but no changes to version or port version.
-- Version: 0.13.2#2
-- Old SHA: 529c94ad5ef10fbe264ada5df17a2ecd55b4a4a5
-- New SHA: 6311d9dd13b97c8a01a980d7b42ea6cfecc4f765
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
This allows to link the target application using CMake < 3.18 and fixing a regression since v0.13.0
6512f71
to
b2d53b0
Compare
Thanks @daschuer ! |
This allows to link the target application using CMake < 3.18
and fixing a regression since v0.13.0
Since upstream is only two commits ahead, I have references the head commit, instead patching the source manual.
frankosterfeld/qtkeychain@e5eeb17
What does your PR fix?
It fixes the exported CMake target
Which triplets are supported/not supported? Have you updated the CI baseline?
No change
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes