mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
VS: Add support for setting WindowsTargetPlatformVersion to 10.0
VS 2019 and above support this value to select a SDK version automatically. Fixes: #21403
This commit is contained in:
@@ -56,6 +56,10 @@ Supported pairs are:
|
||||
|
||||
The ``<version>`` may be one of:
|
||||
|
||||
``10.0``
|
||||
Specify that any 10.0 SDK version may be used, and let Visual Studio
|
||||
pick one. This is supported by VS 2019 and above.
|
||||
|
||||
``10.0.<build>.<increment>``
|
||||
Specify the exact 4-component SDK version, e.g., ``10.0.19041.0``.
|
||||
The specified version of the SDK must be installed. It may not exceed
|
||||
|
||||
Reference in New Issue
Block a user