mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
External tools may create a `.xcworkspace` directory next to the `.xcodeproj` directory that CMake generates. If a workspace exists, drive the build through it instead. Closes: #26958 Co-authored-by: Brad King <brad.king@kitware.com>
2 lines
110 B
Plaintext
2 lines
110 B
Plaintext
xcodebuild -workspace XcodeWorkspace\.xcworkspace build -scheme ALL_BUILD -destination generic/platform=MacOS
|