Compare commits

...

2 Commits

Author SHA1 Message Date
Nebojša Cvetković
ec326902e3
Merge 227b84636c into 9b3eda0974 2024-09-20 14:40:32 +08:00
Nebojša Cvetković
227b84636c
build: Reduce verbosity of disabled component manager warning 2024-06-27 18:26:11 +01:00

View File

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