From 952675dcf92d564840c4b5560f02340d4ef52a1f Mon Sep 17 00:00:00 2001 From: Anton Fedchin Date: Tue, 16 Apr 2019 10:59:25 +0300 Subject: [win10] bump SDK to v10.0.17763.0 --- cmake/scripts/windowsstore/ArchSetup.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/scripts/windowsstore') 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" -- cgit v1.2.3