diff options
author | wangwenx190 <[email protected]> | 2018-11-27 13:18:30 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2018-11-27 13:18:30 +0800 |
commit | 9070426ece40e6620d839c9010474bd753935d1d (patch) | |
tree | 7541b48191dc46c436d044f1ac8d2dcee4a3c79c /cmake | |
parent | 9ac76c0a7ff12ae2c3456481e95e65b46c33d4e5 (diff) |
Update FindWindowsSDK.cmake
Support latest Win10 SDK.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindWindowsSDK.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/FindWindowsSDK.cmake b/cmake/FindWindowsSDK.cmake index e136b897..4b0e2340 100644 --- a/cmake/FindWindowsSDK.cmake +++ b/cmake/FindWindowsSDK.cmake @@ -73,6 +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.14393.0 # Redstone aka Win10 1607 "Anniversary Update" 10.0.10586.0 # TH2 aka Win10 1511 10.0.10240.0 # Win10 RTM |