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

Add support for settable VS_INSTALLATION_PATH - enabling eWDK #74

Merged
merged 4 commits into from
Sep 13, 2023

Commits on Aug 15, 2023

  1. Added support for the EWDK

    You can now use the EWDK to build with this toolchain instead of a pre-installed VS version.
    kaloth committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9e46f02 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    4ea2ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d62eb View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Don't set CMAKE_WINDOWS_KITS_10_DIR from environment

    This avoids situations where WindowsSdkDir is set in the environment but we want to select a specific version via the pre-existing mechanisms in thie toolchain.
    It's better to require EWDK users to explicitly state what they want by setting CMAKE_WINDOWS_KITS_10_DIR via cmake cache vars on the commandline.
    kaloth committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    64eae69 View commit details
    Browse the repository at this point in the history