diff options
author | Brad King <brad.king@kitware.com> | 2017-04-17 14:29:07 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-04-17 14:29:15 (GMT) |
commit | c0323cbf5f407e9a231c8e7d55801ef3723748bd (patch) | |
tree | 8679b14cf1b89127ce1ec91168624229e5637925 /Help | |
parent | eb974170cbfbbc202ba7bd3688879a239544f1e2 (diff) | |
parent | fee011946e4fe0fc20f2f6bf016851402241d554 (diff) | |
download | CMake-c0323cbf5f407e9a231c8e7d55801ef3723748bd.zip CMake-c0323cbf5f407e9a231c8e7d55801ef3723748bd.tar.gz CMake-c0323cbf5f407e9a231c8e7d55801ef3723748bd.tar.bz2 |
Merge topic 'vs-custom-kits-dir'
fee01194 VS: Add an environment variable for the Windows 10 kits directory
b80c6d12 VS: Refactor Win 10 Kits root detection to support multiple roots
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !696
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst b/Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst index e0be3a4..83b9bc1 100644 --- a/Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst +++ b/Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst @@ -10,3 +10,8 @@ version. Otherwise CMake computes a default version based on the Windows SDK versions available. The chosen Windows target version number is provided in ``CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION``. If no Windows 10 SDK is available this value will be empty. + +One may set a ``CMAKE_WINDOWS_KITS_10_DIR`` *environment variable* +to an absolute path to tell CMake to look for Windows 10 SDKs in +a custom location. The specified directory is expected to contain +``Include/10.0.*`` directories. |