CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst 548 B

1234567891011
  1. CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION
  2. ----------------------------------------
  3. Visual Studio Windows Target Platform Version.
  4. When targeting Windows 10 and above Visual Studio 2015 and above support
  5. specification of a target Windows version to select a corresponding SDK.
  6. The :variable:`CMAKE_SYSTEM_VERSION` variable may be set to specify a
  7. version. Otherwise CMake computes a default version based on the Windows
  8. SDK versions available. The chosen Windows target version number is provided
  9. in ``CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION``.