Skip to content

VS: Do not select a Windows SDK too high for current VS version

Gilles Khouzam requested to merge khouzam/cmake:fixvs14WinStoreTests into master
  1. Adding a way to specify the Maximum Windows 10 SDK version supported by a toolset. For Visual Studio 14 2015 that would be the version 10.0.14393.0

  2. Fixing VSWinStorePhone tests to properly identify VS 14 2015 and VS 15 2017.

  • VS 14 2015 was only identified by the Windows 10 SDK. On machines with only vs 2017 and the Windows 10 SDKs, this would misproperly identify that VS 2015 was installed.
  • Adding coverage for VS 15 2017

Fixes: #17788 (closed)
Topic-rename: vs-2015-max-sdk

Edited by Brad King

Merge request reports