Commit 4bef153
committed
Fix printing Xcode version from CMake when building with Xcode
Unlike most other programs, the `xcodebuild` program does not listen to `--version`, but only to `-version`. Passing `--version` causes it to print it's usage message.1 parent 58d080a commit 4bef153
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
534 | 539 | | |
535 | 540 | | |
536 | 541 | | |
| |||
0 commit comments