From ee653a115dcd461780350d378cbb0d502983f64a Mon Sep 17 00:00:00 2001 From: Lizongdi <1210855344@qq.com> Date: Mon, 8 Jun 2026 10:39:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot/optional/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot/optional/CMakeLists.txt b/robot/optional/CMakeLists.txt index 26ba9e0..a038bf0 100644 --- a/robot/optional/CMakeLists.txt +++ b/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() \ No newline at end of file