aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcat <[email protected]>2020-06-11 07:55:53 -0700
committerGitHub <[email protected]>2020-06-11 07:55:53 -0700
commit8fee1da4263450e7c1e09fc9d937fecfe1780ce9 (patch)
treef1c6a2c7f983a582ed3148d504169298efd6d72d
parent15437e314098af6aa220b661ae0397deb2f6b67b (diff)
parent3702dcb1d388ba623a644899e6eff24b41154c2b (diff)
Merge pull request #439 from halx99/patch-1
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)