forked from espressif/esp-idf
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
This commit is contained in:
@@ -631,7 +631,7 @@ macro(idf_build_process target)
|
||||
endforeach()
|
||||
|
||||
if(NOT "${__components_with_manifests}" STREQUAL "")
|
||||
message(WARNING "\"idf_component.yml\" file was found for components:\n${__components_with_manifests}"
|
||||
message(NOTICE "\"idf_component.yml\" file was found for components:\n${__components_with_manifests}"
|
||||
"However, the component manager is not enabled.")
|
||||
endif()
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user