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] x_vcpkg_install_local_dependencies fixes #14977

Merged
merged 2 commits into from
Dec 8, 2020

Conversation

sandercox
Copy link
Contributor

This patch addresses two issues.
First is a bug in the argument parsing introduced when switching to the PARSE_ARGV style parsing. As this was simply missing an argument where to start the parsing from. As this is in an experimental feature it probably wasn't found earlier.

Second issue is that install command also works on INTERFACE targets, but that there is no way to get a $<TARGET_FILE_NAME:target> on that as these targets simply don't have it. So skipping the install code when target is of type INTEFACE_LIBRARY

@sandercox sandercox changed the title Vcpkg install local fixes [vcpkg] x_vcpkg_install_local_dependencies fixes Dec 7, 2020
@ras0219-msft ras0219-msft merged commit ced334b into microsoft:master Dec 8, 2020
@ras0219-msft
Copy link
Contributor

Thanks for the fixes!

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.

3 participants