You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments