aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts
diff options
context:
space:
mode:
authorCrystalP <crystalp@kodi.tv>2024-06-22 18:58:57 -0400
committerGitHub <noreply@github.com>2024-06-22 18:58:57 -0400
commit6818de7b130fae9265a28e0ecdec5a43456c23ce (patch)
tree004ba03e5391b8b8803ad41eafe709c67d9cc392 /cmake/scripts
parentc3e1d127c7cf6b12954d9ce613471cfc4dab9f89 (diff)
parentbfe89eebfa8c53316dac8f24f14430f28f965197 (diff)
Merge pull request #24689 from CrystalP/fix-wcg-detection
[windows] Identify SDR WCG screens as non HDR-capable
Diffstat (limited to 'cmake/scripts')
-rw-r--r--cmake/scripts/windows/ArchSetup.cmake2
-rw-r--r--cmake/scripts/windowsstore/ArchSetup.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmake/scripts/windows/ArchSetup.cmake b/cmake/scripts/windows/ArchSetup.cmake
index b19789d5bb..7116196207 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 c3e580aa69..a39914cca0 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"