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