Merge pull request #249 from wangwenx190/patch-win10-sdk
Support build with latest Win10 SDK
This commit is contained in:
commit
7860a11ae2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user