Skip to content

Commit 5068c2b

Browse files
XAhelicursoragent
andcommitted
Add -B cmake-out to preset example per review
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 247e302 commit 5068c2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/using-executorch-building-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ set(EXECUTORCH_BUILD_PRESET_FILE ${CMAKE_SOURCE_DIR}/executorch/tools/cmake/pres
171171
Standalone build:
172172
```bash
173173
# Configure the build with the ios preset.
174-
cmake --preset ios
174+
cmake -B cmake-out --preset ios
175175
```
176176
177177
#### Build Options

0 commit comments

Comments
 (0)