build: Reduce verbosity of disabled component manager warning

This commit is contained in:
Nebojša Cvetković 2024-06-27 18:26:11 +01:00 committed by GitHub
parent e7070e777a
commit 227b84636c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -605,7 +605,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()