File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -455,14 +455,6 @@ endif()
455455
456456add_subdirectory (${CMAKE_CURRENT_SOURCE_DIR} /configurations )
457457
458- #
459- # gflags: Commandline flag host library.
460- #
461-
462- if (EXECUTORCH_BUILD_GFLAGS)
463- add_subdirectory (third-party/gflags)
464- endif ()
465-
466458# Install `executorch` library as well as `executorch-config.cmake` under
467459# ${CMAKE_INSTALL_PREFIX}/
468460install (
Original file line number Diff line number Diff line change 66
77add_subdirectory (json)
88
9+ add_subdirectory (gflags)
10+
911if (EXECUTORCH_BUILD_PYBIND)
1012 add_subdirectory (pybind11)
1113endif ()
Original file line number Diff line number Diff line change @@ -209,11 +209,6 @@ define_overridable_option(
209209 "Build the Cortex-M backend"
210210 BOOL OFF
211211)
212- define_overridable_option(
213- EXECUTORCH_BUILD_GFLAGS
214- "Build the gflags library."
215- BOOL ON
216- )
217212define_overridable_option(
218213 EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER
219214 "Build CoreML executor runner."
You can’t perform that action at this time.
0 commit comments