Skip to content

Commit

Permalink
refactor: remove misleading build warning
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
lesshonor authored and petejohanson committed Dec 31, 2023
1 parent 7ef6ec7 commit d35311a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/keymap-module/modules/modules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}}")
Expand Down

0 comments on commit d35311a

Please sign in to comment.