This commit is contained in:
Nebojša Cvetković 2024-09-20 14:40:32 +08:00 committed by GitHub
commit ec326902e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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