MarkSchofield / WindowsToolchain

A repository containing a CMake toolchain for using MSVC
MIT License
106 stars 19 forks source link

Move 'ewdk' lower in the presets list, so 'windows-msvc-x64' is the first non-hidden preset #88

Closed MarkSchofield closed 1 year ago

MarkSchofield commented 1 year ago

When adding the ewdk preset, it was added above the windows-msvc-x64, which makes it the first non-hidden preset. For tooling that defaults to automatically configure the first non-hidden preset, having the ewdk preset first is a bit tricky, since it needs a specific environment. Moving ewdk further down the preset list puts windows-msvc-x64 back as the default.