mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
build: Reduce verbosity of disabled component manager warning
closes https://github.com/espressif/esp-idf/pull/14097
This commit is contained in:
committed by
Fu Hanxi
parent
ac6c54c997
commit
8c1ecc4d94
@@ -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