Skip to content

Commit

Permalink
build: Reduce verbosity of disabled component manager warning
Browse files Browse the repository at this point in the history
closes #14097
  • Loading branch information
nebkat authored and hfudev committed Oct 2, 2024
1 parent ac6c54c commit 8c1ecc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cmake/build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,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()
Expand Down

0 comments on commit 8c1ecc4

Please sign in to comment.