Skip to content

Commit 42a8b9c

Browse files
committed
Revert use of FLATCCRT_LIB to flatccrt
Signed-off-by: Benjamin Klimczak <[email protected]> Change-Id: I5e7d8ef5d66bc3d5de36ea451b31fb3bdcd42d09
1 parent 88f0e91 commit 42a8b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ if(EXECUTORCH_BUILD_EXECUTOR_RUNNER)
825825

826826
if(EXECUTORCH_ENABLE_EVENT_TRACER)
827827
if(EXECUTORCH_BUILD_DEVTOOLS)
828-
list(APPEND _executor_runner_libs etdump ${FLATCCRT_LIB})
828+
list(APPEND _executor_runner_libs etdump flatccrt)
829829
else()
830830
message(SEND_ERROR "Use of 'EXECUTORCH_ENABLE_EVENT_TRACER' requires 'EXECUTORCH_BUILD_DEVTOOLS' to be enabled.")
831831
endif()

0 commit comments

Comments
 (0)