Skip to content

Commit

Permalink
Merge pull request #195 from ktraunmueller/fix-windowssdk-version
Browse files Browse the repository at this point in the history
fix Windows SDK id in installation instructions
  • Loading branch information
compnerd authored Dec 19, 2024
2 parents 884061c + 58f1183 commit f8b75d2
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 f8b75d2

Please sign in to comment.