Browse Source

修改笔误

master
Lizongdi 5 days ago
parent
commit
ee653a115d
  1. 4
      robot/optional/CMakeLists.txt

4
robot/optional/CMakeLists.txt

@ -9,7 +9,7 @@ else()
endif()
if(TARGET peripheral)
target_link_libraries(optional PUBLIC peripheral)
target_link_libraries(optional PUBLIC bspMCU)
else()
message(WARNING "[optional] Dependency 'peripheral' not found.")
message(WARNING "[optional] Dependency 'bspMCU' not found.")
endif()
Loading…
Cancel
Save