Commit 880af30
authored
Simplify Windows CMake Command (#16656)
This sets the arguments recommended previously in the docs as the
default windows build args for the cmake generate step.
Instead of needing to say:
```bash
cmake -A x64 -Thost=x64 ..
```
Its now the same as linux and mac:
```bash
cmake ..
```1 parent 31bb4b5 commit 880af30
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
0 commit comments