Browse Source

修改笔误

master
Lizongdi 4 days ago
parent
commit
b9b1ca70b6
  1. 6
      optional/CMakeLists.txt

6
optional/CMakeLists.txt

@ -8,8 +8,8 @@ else()
message(FATAL_ERROR "Cannot find common build logic at ${COMMON_CMAKE_PATH}") message(FATAL_ERROR "Cannot find common build logic at ${COMMON_CMAKE_PATH}")
endif() endif()
if(TARGET bspMCU) if(TARGET RBcore)
target_link_libraries(optional PUBLIC bspMCU) target_link_libraries(optional PUBLIC RBcore)
else() else()
message(WARNING "[optional] Dependency 'bspMCU' not found.") message(WARNING "[optional] Dependency 'RBcore' not found.")
endif() endif()
Loading…
Cancel
Save