aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAnton Fedchin <anightik@gmail.com>2019-04-16 10:59:25 +0300
committerAnton Fedchin <anightik@gmail.com>2019-04-16 12:11:06 +0300
commit952675dcf92d564840c4b5560f02340d4ef52a1f (patch)
treed66618a025d1d4c4351bc38b2bacad6e8001bfab /cmake
parent16eba7f62506b6535d4e64baa5f4a605be7dc25a (diff)
[win10] bump SDK to v10.0.17763.0
Diffstat (limited to 'cmake')
-rw-r--r--cmake/scripts/windowsstore/ArchSetup.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/windowsstore/ArchSetup.cmake b/cmake/scripts/windowsstore/ArchSetup.cmake
index 928b731633..2e6d7cba77 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.16299.0)
+set(VS_MINIMUM_SDK_VERSION 10.0.17763.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"