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
parent d4dad279d9
commit 15560d138f
No known key found for this signature in database
GPG key ID: 1B48A311ABE8DA4D

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}}")