bugfix(model): Fix the bug of moving model

This commit is contained in:
Wang Wang Wang 2022-01-06 12:04:30 +08:00
parent 2f4260395e
commit 4ce6df6e08

View File

@ -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)