Skip to content

Commit

Permalink
espidf.py: fix tvm-lib compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp v. K committed Jun 15, 2022
1 parent fa956f0 commit 5eea21c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,6 @@ idf_component_register(SRCS ${CODEGEN_SRCS} ${MLIF_SRCS} ${MODEL_SUPPORT_SRCS} $
INCLUDE_DIRS ${CODEGEN_INCS} ${MODEL_SUPPORT_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/include
REQUIRES ${LIB_NAME})

component_compile_options(-Wno-error=missing-braces)

target_compile_definitions(${COMPONENT_LIB} PUBLIC NUM_RUNS=${NUM_RUNS})

0 comments on commit 5eea21c

Please sign in to comment.