Skip to content

Commit ad2db6d

Browse files
committed
Fixed compile error with overridable not properly defined
1 parent 197ea6a commit ad2db6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cmake/preset/esp_baremetal.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_DATA_LOADER OFF)
1010
set_overridable_option(EXECUTORCH_BUILD_KERNELS_QUANTIZED ON)
1111
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL ON)
1212
set_overridable_option(EXECUTORCH_ENABLE_LOGGING ON)
13-
define_overridable_option(EXECUTORCH_ENABLE_EVENT_TRACER "Enable event tracer support" OFF BOOL)
13+
define_overridable_option(EXECUTORCH_ENABLE_EVENT_TRACER "Enable event tracer support" BOOL OFF)
1414

1515
if(EXECUTORCH_ENABLE_EVENT_TRACER)
1616
set(EXECUTORCH_BUILD_DEVTOOLS ON)

0 commit comments

Comments
 (0)