diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-08-12 06:20:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-11 22:20:20 -0600 |
| commit | 2cdd3a9de8b5fcd88acb586938be0f7044bab30c (patch) | |
| tree | d754a7dd08c581c237da9f316e91034a59988f43 /docs | |
| parent | 4a483ce304a4d646209fea75bfde9b2254177b4f (diff) | |
Update PORT-BUILDING.md (#41)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/PORT-BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PORT-BUILDING.md b/docs/PORT-BUILDING.md index 1b278cf82..a586ff33b 100644 --- a/docs/PORT-BUILDING.md +++ b/docs/PORT-BUILDING.md @@ -15,7 +15,7 @@ If you have some problem to get it setup you can refer to [https://github.com/Ha ## Setup ```bat -& 'C:\Program Files\CMake\bin\cmake' -S . -B "build/x64" -G "Visual Studio 17 2022" -T v142 -A x64 +& 'C:\Program Files\CMake\bin\cmake' -S . -B "build/x64" -G "Visual Studio 17 2022" -T v143 -A x64 ``` ## Extract Assets |
