diff options
author | CrystalP <crystalp@kodi.tv> | 2024-06-20 21:23:44 -0400 |
---|---|---|
committer | CrystalP <crystalp@kodi.tv> | 2024-06-21 12:13:56 -0400 |
commit | bfe89eebfa8c53316dac8f24f14430f28f965197 (patch) | |
tree | d994b93657b81317f473f7a04875ab4cb872f827 /cmake/scripts | |
parent | 50ee755831ff0a421e230674b3b5bacde183ab9e (diff) |
[Windows] Update build requirements with Windows 11 SDK 10.0.22621.0
Diffstat (limited to 'cmake/scripts')
-rw-r--r-- | cmake/scripts/windows/ArchSetup.cmake | 2 | ||||
-rw-r--r-- | cmake/scripts/windowsstore/ArchSetup.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/scripts/windows/ArchSetup.cmake b/cmake/scripts/windows/ArchSetup.cmake index 1744ae30b0..7c00d73103 100644 --- a/cmake/scripts/windows/ArchSetup.cmake +++ b/cmake/scripts/windows/ArchSetup.cmake @@ -1,5 +1,5 @@ # Minimum SDK version we support -set(VS_MINIMUM_SDK_VERSION 10.0.18362.0) +set(VS_MINIMUM_SDK_VERSION 10.0.22621.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" diff --git a/cmake/scripts/windowsstore/ArchSetup.cmake b/cmake/scripts/windowsstore/ArchSetup.cmake index ff18e4a6d4..473ddcda06 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.18362.0) +set(VS_MINIMUM_SDK_VERSION 10.0.22621.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" |