-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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]Port toolchains #7687
[vcpkg]Port toolchains #7687
Conversation
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 awesome! Just some minor changes are needed :)
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@cbezault you have to change |
Yeah realized after that last one, just reran because that's a reflex at this point. |
Since this PR has been merged, many ports are exhibiting warnings like this:
is it ok? |
Yes it's OK, I should have made the warning more clear with the PR. I'll be doing that soon. |
If you want those errors to go away you're going to need to do a full rebuild of all your libraries. Otherwise it's safe to ignore. |
ok thanks. |
* checkpoint commit * Only set VCPKG_ENV_OVERRIDES_FILE if it exists * First pass at working port-toolchain * Update VERSION.txt * Return rvalue * Fix compilation error * Some fixes are requested by @ubsan * Fix another compilation error
This PR allows ports to install a cmake file which will be automatically included by all dependents.