mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
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()
|
endforeach()
|
||||||
|
|
||||||
if(NOT "${__components_with_manifests}" STREQUAL "")
|
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.")
|
"However, the component manager is not enabled.")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user