Skip to content

Commit

Permalink
fix Windows SDK id in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ktraunmueller committed Dec 19, 2024
1 parent 884061c commit 58f1183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58f1183

Please sign in to comment.