mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 15:19:56 -06:00
Add a `version=` field to explicitly control the SDK version selection without relying on `CMAKE_SYSTEM_VERSION`. Fixes: #16713
8 lines
280 B
ReStructuredText
8 lines
280 B
ReStructuredText
vs-sdk-selection
|
|
----------------
|
|
|
|
* The :ref:`Visual Studio Generators` for VS 2015 and above learned to
|
|
select the Windows SDK version explicitly using a ``version=`` field
|
|
in the :variable:`CMAKE_GENERATOR_PLATFORM` variable.
|
|
See :ref:`Visual Studio Platform Selection`.
|