Skip to content

Update VS generators to Windows SDK 10.0.26100.0; allow Toolchain to find 10.0.26100.0#134

Merged
MarkSchofield merged 1 commit intomainfrom
mschofie/sdk-update
Oct 28, 2025
Merged

Update VS generators to Windows SDK 10.0.26100.0; allow Toolchain to find 10.0.26100.0#134
MarkSchofield merged 1 commit intomainfrom
mschofie/sdk-update

Conversation

@MarkSchofield
Copy link
Copy Markdown
Owner

The GitHub Actions Agents appear to have been updated - the latest inventory of installed software is here, showing that only the 10.0.26100.0 Windows SDK is installed. The :/example/CMakePresets.json won't pick up that version of the Windows SDK:

  1. The presets that use a Visual Studio Generator specify CMAKE_GENERATOR_PLATFORM with version=10.0.22621.0, so it will only use Windows SDK version 10.0.22621.0.
  2. The presets that use WindowsToolchain set CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM to 10.0.22621.0, which won't allow 10.0.26100.0.

This PR simply updates values so that both cases now allow the 10.0.26100.0 Windows SDK.

@MarkSchofield MarkSchofield merged commit f979f9f into main Oct 28, 2025
19 checks passed
@MarkSchofield MarkSchofield deleted the mschofie/sdk-update branch October 28, 2025 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant