mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Build System: Don't track dependencies.lock
This commit is contained in:
parent
ed4a632d7b
commit
9366c4e31e
@ -428,9 +428,8 @@ function(idf_component_register)
|
|||||||
__component_check_target()
|
__component_check_target()
|
||||||
__component_add_sources(sources)
|
__component_add_sources(sources)
|
||||||
|
|
||||||
# Add component manifest and lock files to list of dependencies
|
# Add component manifest to the list of dependencies
|
||||||
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${COMPONENT_DIR}/idf_component.yml")
|
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${COMPONENT_DIR}/idf_component.yml")
|
||||||
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${COMPONENT_DIR}/dependencies.lock")
|
|
||||||
|
|
||||||
# Create the final target for the component. This target is the target that is
|
# Create the final target for the component. This target is the target that is
|
||||||
# visible outside the build system.
|
# visible outside the build system.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user