From b9b1ca70b6f74b1bfb16ab0b40a4a5eb0e87972e Mon Sep 17 00:00:00 2001 From: Lizongdi <1210855344@qq.com> Date: Tue, 9 Jun 2026 17:07:20 +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 --- optional/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/optional/CMakeLists.txt b/optional/CMakeLists.txt index 26f367f..cd8acad 100644 --- a/optional/CMakeLists.txt +++ b/optional/CMakeLists.txt @@ -8,8 +8,8 @@ else() message(FATAL_ERROR "Cannot find common build logic at ${COMMON_CMAKE_PATH}") endif() -if(TARGET bspMCU) - target_link_libraries(optional PUBLIC bspMCU) +if(TARGET RBcore) + target_link_libraries(optional PUBLIC RBcore) else() - message(WARNING "[optional] Dependency 'bspMCU' not found.") + message(WARNING "[optional] Dependency 'RBcore' not found.") endif() \ No newline at end of file