-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add support for using CMake's VS 2026 generator #120580
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
Conversation
Fixes #120578 Requires CMake 4.2.0 to actually work (which hasn't released yet).
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.
Pull Request Overview
This PR adds support for using CMake's Visual Studio 2026 generator by updating the build system to recognize VS version 18.0 and map it to the appropriate CMake generator.
Key Changes:
- Added VS 2026 generator support to the Windows build system
- Maps VS version 18.0 to CMake generator "Visual Studio 18 2026"
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Is there a way to install some beta/prerelease? |
VSadov
left a comment
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.
LGTM. Thanks!
|
I don't think they're at an RC for 4.2.0 yet. You'd have to build it yourself. I would guess it'll come out soon though (they release pretty often). |
Fixes #120578
Requires CMake 4.2.0 to actually work (which hasn't released yet).