mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
VS: Generalize Win10 max SDK version to all VS generators
The `CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM` variable added in
CMake 3.19 by commit ba497111f6 (VS: Add option for custom Win10 SDK
version maximum, 2020-08-20, v3.19.0-rc1~262^2) was documented as if it
worked for all generators but implemented only to override CMake's
builtin default for the VS 2015 max SDK version. Generalize the
variable to set a custom max SDK version for later VS versions too.
Fixes: #21720
This commit is contained in:
committed by
Brad King
parent
2c0e4c3762
commit
1e67482daf
@@ -3,7 +3,7 @@ CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM
|
||||
|
||||
.. versionadded:: 3.19
|
||||
|
||||
Override the :ref:`Windows 10 SDK Maximum Version for VS 2015`.
|
||||
Override the :ref:`Windows 10 SDK Maximum Version for VS 2015` and beyond.
|
||||
|
||||
The :variable:`CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM` variable may
|
||||
be set to a false value (e.g. ``OFF``, ``FALSE``, or ``0``) or the SDK version
|
||||
|
||||
Reference in New Issue
Block a user