From 9366c4e31ed98d1508df8f8df8c669ecf6f81b12 Mon Sep 17 00:00:00 2001 From: Sergei Silnov Date: Mon, 2 Aug 2021 20:49:42 +0200 Subject: [PATCH] Build System: Don't track dependencies.lock --- tools/cmake/component.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.