From 58f1183680d4266ad44ffb190b9ff3c106ca9186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Traunm=C3=BCller?= Date: Thu, 19 Dec 2024 13:04:24 -0800 Subject: [PATCH] fix Windows SDK id in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fd6b7f0..ae4c55de 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ git submodule update --recursive Install the required version of the Windows SDK if you don't already have it (currently 10.0.17763): ``` -winget install --id Microsoft.WindowsSDK.10.0.17763 +winget install --id Microsoft.WindowsSDK.10.0.17736 ``` ### Integrated Build with CMake