-
Notifications
You must be signed in to change notification settings - Fork 83
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
deps.windows: Update dependencies for CMake 3.0 upgrade #174
Conversation
59711c7
to
696c18d
Compare
08b828d
to
968b397
Compare
c998382
to
a8ee9b5
Compare
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.
Seems generally okay to me at a glance. Will test locally once my dev environment is working again. May merge a couple of other PRs first, but will try to keep it minimal.
a8ee9b5
to
f081362
Compare
f081362
to
c029937
Compare
fdb65d3
to
d12521e
Compare
Updated this and the other PRs to follow a single dependency trail:
Following this order will update each part of |
d12521e
to
147b68b
Compare
147b68b
to
c012416
Compare
3074ba4
to
33f7dac
Compare
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.
A quick visual look over the files before I dig back into testing.
* Adds typing to CMake variables * Fixes LuaJIT placing import library in wrong directory * Fixes Swig placing its binary and support files in wrong directory * Switches PowerShell variable scopes to lowercase
This confuses CMake's ZLIB finder, making it prefer the mingw variants of ZLIB over the generated windows variant.
* Fixes erroneous `continue` call to skip anonymous script blocks * Add version file to generated obs-deps output package
33f7dac
to
d92393d
Compare
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.
Tested against obs-studio git and the OBS Studio Windows CMake 3 PR. Successfully built and ran OBS in both cases with my test scene collection, so this should be good to go.
Description
VERSION
file in Windows packagesMotivation and Context
How Has This Been Tested?
Tested builds on Windows 11
Types of changes
Checklist: