File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,6 @@ else()
128
128
set (CMAKE_CXX_FLAGS_RELEASE "-O2 ${CMAKE_CXX_FLAGS_RELEASE} " )
129
129
endif ()
130
130
131
- option (EXECUTORCH_BUILD_ANDROID_JNI "Build Android JNI" OFF )
132
-
133
131
option (EXECUTORCH_BUILD_ARM_BAREMETAL
134
132
"Build the Arm Baremetal flow for Cortex-M and Ethos-U" OFF
135
133
)
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ function(executorch_print_configuration_summary)
29
29
message (STATUS " CMAKE_TOOLCHAIN_FILE : ${CMAKE_TOOLCHAIN_FILE} " )
30
30
message (STATUS " BUCK2 : ${BUCK2} " )
31
31
message (STATUS " PYTHON_EXECUTABLE : ${PYTHON_EXECUTABLE} " )
32
- message (STATUS " EXECUTORCH_BUILD_ANDROID_JNI : "
33
- "${EXECUTORCH_BUILD_ANDROID_JNI} "
34
- )
35
32
message (STATUS " EXECUTORCH_BUILD_ARM_BAREMETAL : "
36
33
"${EXECUTORCH_BUILD_ARM_BAREMETAL} "
37
34
)
You can’t perform that action at this time.
0 commit comments