diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2014-06-03 09:31:00 -0700 |
---|---|---|
committer | Nicholas Corgan <nick.corgan@ettus.com> | 2014-06-03 09:31:00 -0700 |
commit | bae76224e30444f0721434e48233fd47a39e2069 (patch) | |
tree | b6081d74d6b183252fef10c4cc75c8c30bf901de /host/cmake | |
parent | 997d9d5b187ce9b9e33aa89755d41c2f5c65af5e (diff) | |
download | uhd-bae76224e30444f0721434e48233fd47a39e2069.tar.gz uhd-bae76224e30444f0721434e48233fd47a39e2069.tar.bz2 uhd-bae76224e30444f0721434e48233fd47a39e2069.zip |
cmake: added "libusb-1.0" to the list of library names for libusb
Diffstat (limited to 'host/cmake')
-rw-r--r-- | host/cmake/Modules/FindUSB1.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/Modules/FindUSB1.cmake b/host/cmake/Modules/FindUSB1.cmake index b2e4d118c..96e2a5aae 100644 --- a/host/cmake/Modules/FindUSB1.cmake +++ b/host/cmake/Modules/FindUSB1.cmake @@ -20,7 +20,7 @@ FIND_PATH(LIBUSB_INCLUDE_DIRS ) #standard library name for libusb-1.0 -set(libusb1_library_names usb-1.0) +set(libusb1_library_names usb-1.0 libusb-1.0) #libusb-1.0 compatible library on freebsd if((CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") OR (CMAKE_SYSTEM_NAME STREQUAL "kFreeBSD")) |