diff --git a/tools/cmake/component.cmake b/tools/cmake/component.cmake index b9b035bc50..47c2ecef0b 100644 --- a/tools/cmake/component.cmake +++ b/tools/cmake/component.cmake @@ -428,9 +428,8 @@ function(idf_component_register) __component_check_target() __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}/dependencies.lock") # Create the final target for the component. This target is the target that is # visible outside the build system.