File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed
Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 88 },
99 {
1010 "name" : " macos" ,
11- "displayName" : " Build everything buildable on macOS" ,
11+ "displayName" : " Build ExecuTorch for macOS" ,
1212 "inherits" : [" common" ],
1313 "generator" : " Xcode" ,
1414 "cacheVariables" : {
2525 },
2626 {
2727 "name" : " ios" ,
28- "displayName" : " Build everything buildable on iOS" ,
28+ "displayName" : " Build ExecuTorch for iOS" ,
2929 "inherits" : [" common" ],
3030 "generator" : " Xcode" ,
3131 "cacheVariables" : {
4242 },
4343 {
4444 "name" : " ios-simulator" ,
45- "displayName" : " Build everything buildable on iOS simulator " ,
45+ "displayName" : " Build ExecuTorch for iOS Simulator " ,
4646 "inherits" : [" common" ],
4747 "generator" : " Xcode" ,
4848 "cacheVariables" : {
5959 },
6060 {
6161 "name" : " linux" ,
62- "displayName" : " Build everything buildable on Linux" ,
62+ "displayName" : " Build ExecuTorch for Linux" ,
6363 "inherits" : [" common" ],
6464 "cacheVariables" : {
6565 "CMAKE_SYSTEM_NAME" : " Linux" ,
Original file line number Diff line number Diff line change 44# This source code is licensed under the BSD-style license found in the
55# LICENSE file in the root directory of this source tree.
66
7- include (${PROJECT_SOURCE_DIR} /tools/cmake/preset/pybind.cmake)
87include (${PROJECT_SOURCE_DIR} /tools/cmake/preset/llm.cmake)
98
109set_overridable_option(EXECUTORCH_BUILD_EXECUTOR_RUNNER ON )
10+ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL ON )
11+ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_TRAINING ON )
Original file line number Diff line number Diff line change 44# This source code is licensed under the BSD-style license found in the
55# LICENSE file in the root directory of this source tree.
66
7- # Enable logging even when in release mode. We are building for desktop, where
8- # saving a few kB is less important than showing useful error information to
9- # users.
107# keep sorted
118set_overridable_option(EXECUTORCH_BUILD_EXTENSION_DATA_LOADER ON )
129set_overridable_option(EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR ON )
Original file line number Diff line number Diff line change 55# LICENSE file in the root directory of this source tree.
66
77include (${PROJECT_SOURCE_DIR} /tools/cmake/preset/apple_common.cmake)
8- include (${PROJECT_SOURCE_DIR} /tools/cmake/preset/pybind.cmake)
9- include (${PROJECT_SOURCE_DIR} /tools/cmake/preset/llm.cmake)
108
119set_overridable_option(EXECUTORCH_BUILD_EXECUTOR_RUNNER ON )
1210set_overridable_option(EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER ON )
You can’t perform that action at this time.
0 commit comments