diff options
author | Brad King <brad.king@kitware.com> | 2023-03-16 13:10:58 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-03-16 13:11:07 (GMT) |
commit | 2c2c2c2227101730ea6835b5a32a41336725e46a (patch) | |
tree | c5dd699d03f34cba42d0cec94cb10f93a45b7b3c /Help/variable | |
parent | 737e97e069c50516d09b933c503c4ba81cd23865 (diff) | |
parent | 6546305b010c372fdf7f7000e6139f5cb1b61354 (diff) | |
download | CMake-2c2c2c2227101730ea6835b5a32a41336725e46a.zip CMake-2c2c2c2227101730ea6835b5a32a41336725e46a.tar.gz CMake-2c2c2c2227101730ea6835b5a32a41336725e46a.tar.bz2 |
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
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst b/Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst new file mode 100644 index 0000000..8ef54cd --- /dev/null +++ b/Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION.rst @@ -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. |