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] Fix incorrect setting of FEATURE_OPTIONS #7158

Merged
merged 1 commit into from
Jul 7, 2019

Conversation

myd7349
Copy link
Contributor

@myd7349 myd7349 commented Jul 4, 2019

Setting a variable in PARENT_SCOPE will not make the variable also visible in current scope, which, as a result, causes FEATURE_OPTIONS to be set incorrectly.
This is a bug introduced in 8621199 .

Setting a variable in PARENT_SCOPE will not make the variable also visible in
current scope, which, as a result, causes FEATURE_OPTIONS to be set incorrectly.
@Rastaban Rastaban merged commit 1053d5b into microsoft:master Jul 7, 2019
@myd7349 myd7349 deleted the fix-vcpkg-check-features branch July 7, 2019 07:44
This was referenced Jul 7, 2019
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.

2 participants