-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[POC|Invalid] Testing vcpkg without installed MSVC #42129
base: master
Are you sure you want to change the base?
[POC|Invalid] Testing vcpkg without installed MSVC #42129
Conversation
7538913
to
13f4af9
Compare
Already pretty good:
|
Fix for using the Visual Studio Generator: a) Install
c) |
hmm: "-DCMAKE_MAKE_PROGRAM=D:/downloads/tools/ninja/1.10.2-windows/ninja.exe" |
@dg0yt: Do you have a PR fixing Bazel. I see the error in ryu here: The target you are compiling requires Visual C++ build tools.
and the docs at https://bazel.build/configure/windows#using and think there is still a lot to do for correct bazel support. |
Hijacking x64-windows CI for this.
wished somebody would make Visual Studio truly portable. MSBuild looking up all those reg keys is a bit annoying.
No NETFXSDK installed.
Also what are all those different versions about and why don't any of those correlate to the folder version names.
Build system check:
(needs ENV{WindowsSDKVersion} fixed)fixed it here