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

Toolset update: VS 2022 17.6 Preview 1 #3490

Merged
merged 6 commits into from
Feb 23, 2023

Commits on Feb 21, 2023

  1. New pool.

    StephanTLavavej committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7b717e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57fa699 View commit details
    Browse the repository at this point in the history
  3. Require CMake 3.25.2 which fixes CMake-24249.

    Now that we're enabling CMP0141, we need to set CMAKE_MSVC_DEBUG_INFORMATION_FORMAT to Embedded, which avoids:
    
    ```
    cl : Command line warning D9025 : overriding '/Zi' with '/Z7'
    ```
    StephanTLavavej committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    bc351e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d82522e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    2df7cfe View commit details
    Browse the repository at this point in the history
  2. Require MSVC 19.36.

    StephanTLavavej committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    846bda2 View commit details
    Browse the repository at this point in the history