File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ mkdir cmake-out
105105cmake \
106106 -DCMAKE_INSTALL_PREFIX=cmake-out \
107107 -DCMAKE_BUILD_TYPE=Release \
108+ -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON \
108109 -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
109110 -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
110111 -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ mkdir cmake-out
154154cmake \
155155 -DCMAKE_INSTALL_PREFIX=cmake-out \
156156 -DCMAKE_BUILD_TYPE=Release \
157+ -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON \
157158 -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
158159 -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
159160 -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ mkdir cmake-out
3838cmake \
3939 -DCMAKE_INSTALL_PREFIX=cmake-out \
4040 -DCMAKE_BUILD_TYPE=Release \
41+ -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON \
4142 -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
4243 -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
4344 -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
You can’t perform that action at this time.
0 commit comments