Merge topic 'vs-windows-min-version'

6546305b01 VS: Add CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION variable

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8319
This commit is contained in:
Brad King
2023-03-16 13:10:58 +00:00
committed by Kitware Robot
5 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION
--------------------------------------------
.. versionadded:: 3.27
Tell :ref:`Visual Studio Generators` to use the given
Windows Target Platform Minimum Version.
This variable is used to initialize the
:prop_tgt:`VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION` property on all
targets when they are created. See that target property for
additional information.