From 611c5a2496255eb5cda0c2dffa8d90c884f56522 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 e80aed1130..ae9dcec154 100644 --- a/tools/cmake/component.cmake +++ b/tools/cmake/component.cmake @@ -434,9 +434,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.