Skip to content

Commit 04b02b7

Browse files
authored
Update getting-started-setup.md
1 parent 97b58bb commit 04b02b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/getting-started-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The ExecuTorch repo uses CMake to build its C++ code. Here, we'll configure it t
196196
```bash
197197
# Clean and configure the CMake build system. Compiled programs will
198198
# appear in the executorch/cmake-out directory we create here.
199-
(rm -rf cmake-out && mkdir cmake-out && cd cmake-out && cmake ..)
199+
(rm -rf cmake-out && mkdir cmake-out && cd cmake-out && cmake .. && cd ..)
200200

201201
# Build the executor_runner target
202202
cmake --build cmake-out --target executor_runner -j9

0 commit comments

Comments
 (0)