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

Set MSVC_VERSION #5597

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Commits on Dec 19, 2023

  1. Build : Set MSVC_VERSION

    SCons will use the latest installed MSVC version by default. We are
    currently using MSVC 2019 (or for this purpose, toolset 14.2, see
    https://devblogs.microsoft.com/oldnewthing/20221219-00/?p=107601 for a
    valiant attempt at explaining MSVC version numbering) so building with
    a newer compiler installed will fail with "unexpected compiler version"
    errors. This mismatch will go away when we update to MSVC 2022, but will
    almost certainly come up again, so it's worth codifying the version we
    use.
    ericmehl committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    8f7ad82 View commit details
    Browse the repository at this point in the history