Skip to content
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

[vcpkg.targets] Fix #12292 regression with MSBuild targets #12319

Merged
merged 1 commit into from
Jul 8, 2020

Conversation

ras0219-msft
Copy link
Contributor

This PR fixes a regression that was introduced with the Property Pages.

Previously, vcpkg.targets disabled auto-linking when the user was using lld-link but retained the ability for the user to manually set VcpkgAutoLink to true and re-enable it. This relied on VcpkgAutoLink being empty if the user did not explicitly set it.

However, the Property Pages changes added a default value of true which could then be overridden by the user to false. This regressed the default suppression when users use lld-link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clang-cl compiler not found on Windows
2 participants