Skip to content

VS2017: If Win 8.1 SDK is not available, use Win 10 SDK

Brad King requested to merge brad.king/cmake:vs2017-fallback-sdk into master

We try to choose the Windows SDK version based on the version of Windows targeted by the build. However, if using VS 2017 without the Windows 8.1 SDK installed then we must fall back to the Windows 10 SDK even when targeting an older version of Windows.

Merge request reports