aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHALX99 <[email protected]>2020-06-11 22:39:47 +0800
committerGitHub <[email protected]>2020-06-11 22:39:47 +0800
commit3702dcb1d388ba623a644899e6eff24b41154c2b (patch)
treef1c6a2c7f983a582ed3148d504169298efd6d72d
parent15437e314098af6aa220b661ae0397deb2f6b67b (diff)
Enable to detect Windows SDK v2004
-rw-r--r--cmake/FindWindowsSDK.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/FindWindowsSDK.cmake b/cmake/FindWindowsSDK.cmake
index 3fcc3bf4..cbb0ee4a 100644
--- a/cmake/FindWindowsSDK.cmake
+++ b/cmake/FindWindowsSDK.cmake
@@ -73,6 +73,7 @@ macro(_winsdk_announce)
endmacro()
set(_winsdk_win10vers
+ 10.0.19041.0 # Windows 10 Version 2004
10.0.18362.0 # Windows 10 Version 1903
10.0.17763.0 # Windows 10 Version 1809
10.0.17134.0 # Windows 10 Version 1803 (April 2018 Update)