refactor: remove misleading build warning

* Among other issues, this message is often misinterpreted by users
  building out-of-tree shields -- leading them to think the shield
  "not being found" is the cause of a build failure.
This commit is contained in:
honorless 2023-12-30 18:06:17 -05:00 committed by Pete Johanson
parent 7ef6ec7560
commit d35311af97

View File

@ -97,7 +97,6 @@ foreach(root ${BOARD_ROOT})
if(DEFINED SHIELD)
foreach(s ${SHIELD_AS_LIST})
if(NOT ${s} IN_LIST SHIELD_LIST)
message(WARNING "Didn't find ${s}")
continue()
endif()
message(STATUS "Adding ${SHIELD_DIR_${s}}")