We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c90dd52 + 8c1ecc4 commit 1e0df27Copy full SHA for 1e0df27
tools/cmake/build.cmake
@@ -631,7 +631,7 @@ macro(idf_build_process target)
631
endforeach()
632
633
if(NOT "${__components_with_manifests}" STREQUAL "")
634
- 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}"
635
"However, the component manager is not enabled.")
636
endif()
637
0 commit comments