diff options
author | Anton Fedchin <anightik@gmail.com> | 2018-04-23 13:05:08 +0300 |
---|---|---|
committer | Anton Fedchin <anightik@gmail.com> | 2018-05-03 18:25:25 +0300 |
commit | 6eda4dc9b7e7afbfe8508459556703e324bf3c54 (patch) | |
tree | 4f1d97087c62647f7d414b0f01841eb5a7214c55 /cmake/scripts/windowsstore | |
parent | c08f974b309bf87d8403cf558dfd483e9fa53c5a (diff) |
[win10] bump min required SDK version to 10.0.16299.0
Diffstat (limited to 'cmake/scripts/windowsstore')
-rw-r--r-- | cmake/scripts/windowsstore/ArchSetup.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/windowsstore/ArchSetup.cmake b/cmake/scripts/windowsstore/ArchSetup.cmake index a663bb9962..a3354e06c0 100644 --- a/cmake/scripts/windowsstore/ArchSetup.cmake +++ b/cmake/scripts/windowsstore/ArchSetup.cmake @@ -1,5 +1,5 @@ # Minimum SDK version we support -set(VS_MINIMUM_SDK_VERSION 10.0.14393.0) +set(VS_MINIMUM_SDK_VERSION 10.0.16299.0) if(CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION VERSION_LESS VS_MINIMUM_SDK_VERSION) message(FATAL_ERROR "Detected Windows SDK version is ${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}.\n" |