You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix from-source build with missing dependencies (#242)
Using a variable for dependencies is cleaner for linking and
export.
Fixes this build error:
```bash
--- stderr: spacenav
CMake Error at CMakeLists.txt:22 (add_library):
Target "spacenav" links to target "rclcpp_components::component" but the
target was not found. Perhaps a find_package() call is missing for an
IMPORTED target, or an ALIAS target is missing?
```
0 commit comments