Skip to content

Commit 1e0df27

Browse files
committed
Merge branch 'contrib/github_pr_14097' into 'master'
build: Reduce verbosity of disabled component manager warning (GitHub PR) Closes IDFGH-13156 See merge request espressif/esp-idf!33836
2 parents c90dd52 + 8c1ecc4 commit 1e0df27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/build.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ macro(idf_build_process target)
631631
endforeach()
632632

633633
if(NOT "${__components_with_manifests}" STREQUAL "")
634-
message(WARNING "\"idf_component.yml\" file was found for components:\n${__components_with_manifests}"
634+
message(NOTICE "\"idf_component.yml\" file was found for components:\n${__components_with_manifests}"
635635
"However, the component manager is not enabled.")
636636
endif()
637637
endif()

0 commit comments

Comments
 (0)