mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
bugfix(model): Fix the bug of moving model
This commit is contained in:
parent
2f4260395e
commit
4ce6df6e08
@ -108,7 +108,7 @@ elseif(${IDF_TARGET} STREQUAL "esp32s3")
|
||||
DEPENDS ${COMPONENT_DIR}/model/
|
||||
VERBATIM)
|
||||
|
||||
add_custom_target(model DEPENDS ${COMPONENT_DIR}/model/target/_MODEL_INFO_)
|
||||
add_custom_target(model)
|
||||
add_dependencies(${COMPONENT_LIB} model)
|
||||
|
||||
idf_build_get_property(idf_path IDF_PATH)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user