-
Notifications
You must be signed in to change notification settings - Fork 128
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
Missing arch handling in Visual Studio generators #28
Comments
Thanks for the report! Is the fix here just to add the year? |
Yes. |
I see one more issue. |
I just tried it and seems like passing I get an error that there is no |
Ah yeah I'm fine adding support for ARM as well, although we don't have an arm windows target upstream yet in rust-lang/rust so it wouldn't be very usable today. |
While looking through the code I observed that the visual_studio_generator function sets an incorrect generator for the VS "15.0" version(I was using CMake 3.8-rc and observed that it has a different generator).
Here is the list of generators that
3.8.0
reports on this Windows machine:The text was updated successfully, but these errors were encountered: