File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,6 @@ else()
128128 set (CMAKE_CXX_FLAGS_RELEASE "-O2 ${CMAKE_CXX_FLAGS_RELEASE} " )
129129endif ()
130130
131- option (EXECUTORCH_BUILD_ANDROID_JNI "Build Android JNI" OFF )
132-
133131option (EXECUTORCH_BUILD_ARM_BAREMETAL
134132 "Build the Arm Baremetal flow for Cortex-M and Ethos-U" OFF
135133)
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ function(executorch_print_configuration_summary)
2929 message (STATUS " CMAKE_TOOLCHAIN_FILE : ${CMAKE_TOOLCHAIN_FILE} " )
3030 message (STATUS " BUCK2 : ${BUCK2} " )
3131 message (STATUS " PYTHON_EXECUTABLE : ${PYTHON_EXECUTABLE} " )
32- message (STATUS " EXECUTORCH_BUILD_ANDROID_JNI : "
33- "${EXECUTORCH_BUILD_ANDROID_JNI} "
34- )
3532 message (STATUS " EXECUTORCH_BUILD_ARM_BAREMETAL : "
3633 "${EXECUTORCH_BUILD_ARM_BAREMETAL} "
3734 )
You can’t perform that action at this time.
0 commit comments