Skip to content

Commit 1909b32

Browse files
cccclaifacebook-github-bot
authored andcommitted
add cmake install as part of setting up executorch
Summary: cmake may not be installed in some machines Reviewed By: shoumikhin Differential Revision: D49195762 fbshipit-source-id: 216460b23974dbe86fccc3f686981fce75b29a0b
1 parent 65830d9 commit 1909b32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/website/docs/tutorials/00_setting_up_executorch.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ To install conda, you can look at the
1616
conda create -yn executorch python=3.10.0
1717
conda activate executorch
1818

19+
conda install cmake
1920
conda install -c conda-forge flatbuffers
2021
```
2122

0 commit comments

Comments
 (0)