build: Reduce verbosity of disabled component manager warning

closes https://github.com/espressif/esp-idf/pull/14097
This commit is contained in:
Nebojša Cvetković
2024-06-27 18:26:11 +01:00
committed by Fu Hanxi
parent ac6c54c997
commit 8c1ecc4d94

View File

@@ -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()