summaryrefslogtreecommitdiff
path: root/src/components/telemetry_monitor
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-01-20 11:43:06 -0500
committerJackLivio <jack@livio.io>2018-01-20 11:43:06 -0500
commit9707a15fb67eb7407935f696d57ca85e0e24abbb (patch)
treeca2010e71509871eef6447e01e4330f29a06a329 /src/components/telemetry_monitor
parent61c37f3763b7f84dca8f42ffdaa705d454d1b711 (diff)
downloadsdl_core-9707a15fb67eb7407935f696d57ca85e0e24abbb.tar.gz
Dynamically link libusb-1.0
Removed libusbx from project and now require libusb-1.0 to be installed as a dependency. Required `apt-get install libusb-1.0-0-dev`
Diffstat (limited to 'src/components/telemetry_monitor')
-rw-r--r--src/components/telemetry_monitor/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/telemetry_monitor/test/CMakeLists.txt b/src/components/telemetry_monitor/test/CMakeLists.txt
index d72b89f0e1..960985e45c 100644
--- a/src/components/telemetry_monitor/test/CMakeLists.txt
+++ b/src/components/telemetry_monitor/test/CMakeLists.txt
@@ -65,7 +65,7 @@ set(LIBRARIES
)
if (BUILD_USB_SUPPORT)
- list(APPEND LIBRARIES Libusb-1.0.16)
+ list(APPEND LIBRARIES libusb-1.0.so)
endif()
if (BUILD_BT_SUPPORT)