-
Notifications
You must be signed in to change notification settings - Fork 608
Add CMake instructions to apple-runtime.md #5533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Took me a bit to figure out how to make cmake work; I had it installed in homebrew but it wasn't working. Add instructions for installing cmake globally in a way that Xcode can find it.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5533
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit bff5743 with merge base b5741a6 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@dbort has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@pytorchbot cherry-pick --onto release/0.4 -c docs |
Summary: Took me a bit to figure out how to make cmake work; I had it installed in homebrew but it wasn't working. Add instructions for installing cmake globally in a way that Xcode can find it. Pull Request resolved: #5533 Reviewed By: shoumikhin Differential Revision: D63153558 Pulled By: dbort fbshipit-source-id: b7df7c0b9723c6e60cafea67a39dd326276a6148 (cherry picked from commit 613cfd6)
Cherry picking #5533The cherry pick PR is at #6099 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Add CMake instructions to apple-runtime.md (#5533) Summary: Took me a bit to figure out how to make cmake work; I had it installed in homebrew but it wasn't working. Add instructions for installing cmake globally in a way that Xcode can find it. Pull Request resolved: #5533 Reviewed By: shoumikhin Differential Revision: D63153558 Pulled By: dbort fbshipit-source-id: b7df7c0b9723c6e60cafea67a39dd326276a6148 (cherry picked from commit 613cfd6) Co-authored-by: Dave Bort <[email protected]>
Took me a bit to figure out how to make cmake work; I had it installed in homebrew but it wasn't working.
Add instructions for installing cmake globally in a way that Xcode can find it.