-
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
Fix vcpkg_fixup_cmake_targets to work correctly on MinGW #12104
Fix vcpkg_fixup_cmake_targets to work correctly on MinGW #12104
Conversation
5b089a2
to
df69d48
Compare
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.
Please update the akali's version info to test the changes. See documentation.
@JackBoosY, sorry I am not very sure what you mean. Could you please clarify? Do you want me to raise akali's port version (from 1.41 to say 1.41-1) and commit this change to my branch? Why is this necessary and why exactly akali's port? Sorry for asking, I am just curious to know... for the next time I submit some similar changes? :) |
@koprok We need to bump the version of the port that uses |
Should we follow the latest convention using |
@linquize, I cannot find anything about such convention in Vcpkg documentation and I also don't see any port using it. |
|
Ahh sorry, you are right @linquize ! I was looking at my mingw-vcpkg-fixup-cmake-targets branch instead of upstream master. Should I use |
Opencc regression is note related with this PR. |
Fixed in #12246 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Waiting for merge #12458. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…rosoft#12104) * [vcpkg] Fix vcpkg_fixup_cmake_targets to work correctly on MinGW * [akali] Bump version to test vcpkg_fixup_cmake_targets changes * Update ports/akali/CONTROL Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Handle executable suffix correctly on all targets.