Skip to content

VS: Avoid ARM64 MSBuild on Windows 10

Brad King requested to merge brad.king/cmake:vs-msbuild-arm64-windows-11 into master

The arm64/MSBuild.exe executable is an ARM64 .NET 4 application, which requires the ARM64 version of .NET Framework 4.8.1 to be installed on the machine. That version is not yet released for Windows 10; however, the MSBuild/Current/Bin/arm64 directory is still created when installing Visual Studio 2022 (a user may upgrade to Windows 11 later).

Follow up !7381 (merged).

Fixes: #23755 (closed)
Backport: release

Edited by Brad King

Merge request reports