diff options
author | wangwenx190 <[email protected]> | 2018-11-27 13:20:04 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2018-11-27 13:20:04 +0800 |
commit | 00ad4a2f5d67b54ec932a8c33f5af2a90b32b46b (patch) | |
tree | 1bb45e366c727c3e15075e3f2a5cdd281f7ad222 /cmake | |
parent | 9070426ece40e6620d839c9010474bd753935d1d (diff) |
Update FindWindowsSDK.cmake
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindWindowsSDK.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmake/FindWindowsSDK.cmake b/cmake/FindWindowsSDK.cmake index 4b0e2340..007c9b17 100644 --- a/cmake/FindWindowsSDK.cmake +++ b/cmake/FindWindowsSDK.cmake @@ -73,10 +73,10 @@ macro(_winsdk_announce) endmacro() set(_winsdk_win10vers - 10.0.17763.0 # Windows 10 Version 1809 - 10.0.17134.0 # Windows 10 Version 1803 (April 2018 Update) - 10.0.16299.0 # Windows 10 Version 1709 (Fall Creators Update) - 10.0.15063.0 # Windows 10 Version 1703 (Creators Update) + 10.0.17763.0 # Windows 10 Version 1809 + 10.0.17134.0 # Windows 10 Version 1803 (April 2018 Update) + 10.0.16299.0 # Windows 10 Version 1709 (Fall Creators Update) + 10.0.15063.0 # Windows 10 Version 1703 (Creators Update) 10.0.14393.0 # Redstone aka Win10 1607 "Anniversary Update" 10.0.10586.0 # TH2 aka Win10 1511 10.0.10240.0 # Win10 RTM |