aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcat <[email protected]>2018-11-26 21:39:05 -0800
committerGitHub <[email protected]>2018-11-26 21:39:05 -0800
commit7860a11ae2723d744eb35eae9bbbc6f9a55e9caa (patch)
tree1bb45e366c727c3e15075e3f2a5cdd281f7ad222
parent9ac76c0a7ff12ae2c3456481e95e65b46c33d4e5 (diff)
parent00ad4a2f5d67b54ec932a8c33f5af2a90b32b46b (diff)
Merge pull request #249 from wangwenx190/patch-win10-sdk
Support build with latest Win10 SDK
-rw-r--r--cmake/FindWindowsSDK.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/FindWindowsSDK.cmake b/cmake/FindWindowsSDK.cmake
index e136b897..007c9b17 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