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:
parent
7ef6ec7560
commit
d35311af97
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ foreach(root ${BOARD_ROOT})
|
||||||
if(DEFINED SHIELD)
|
if(DEFINED SHIELD)
|
||||||
foreach(s ${SHIELD_AS_LIST})
|
foreach(s ${SHIELD_AS_LIST})
|
||||||
if(NOT ${s} IN_LIST SHIELD_LIST)
|
if(NOT ${s} IN_LIST SHIELD_LIST)
|
||||||
message(WARNING "Didn't find ${s}")
|
|
||||||
continue()
|
continue()
|
||||||
endif()
|
endif()
|
||||||
message(STATUS "Adding ${SHIELD_DIR_${s}}")
|
message(STATUS "Adding ${SHIELD_DIR_${s}}")
|
||||||
|
|
Loading…
Add table
Reference in a new issue