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

Use vcpkgs for dependencies on Windows #3490

Merged
merged 2 commits into from
Aug 12, 2021
Merged

Use vcpkgs for dependencies on Windows #3490

merged 2 commits into from
Aug 12, 2021

Conversation

edenhill
Copy link
Contributor

This addresses the zlib upgrade in #2934 and makes sure we'll have up-to-date dependencies going forward.

It also makes adding additional dependencies easier.

@edenhill edenhill added this to the v1.8.0 milestone Aug 10, 2021
@edenhill edenhill requested review from mhowlett and jliunyu August 10, 2021 13:00
@@ -327,19 +327,19 @@ def build (self, buildtype):
a.info.get('arch'),
a.info.get('bldtype'))
if 'toolset' not in a.info:
a.info['toolset'] = 'v120'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering if this affects OOTB compatibility anywhere important, but 2015 was a long time ago...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I'm not completely sure either. But we'll find out

@edenhill edenhill merged commit d2bc749 into master Aug 12, 2021
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