aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2014-06-03 10:09:12 -0700
committerNicholas Corgan <nick.corgan@ettus.com>2014-06-03 10:09:12 -0700
commit383061d8e6520ac50ed6a78059e460048757d989 (patch)
tree818a4fa0b4b949a0adef0c91864067737f96c24b /host/cmake
parent06003ad08f2db760c1d4bb95daaf4f951dad5ab2 (diff)
parentbae76224e30444f0721434e48233fd47a39e2069 (diff)
downloaduhd-383061d8e6520ac50ed6a78059e460048757d989.tar.gz
uhd-383061d8e6520ac50ed6a78059e460048757d989.tar.bz2
uhd-383061d8e6520ac50ed6a78059e460048757d989.zip
Merge branch 'maint'
Diffstat (limited to 'host/cmake')
-rw-r--r--host/cmake/Modules/FindUSB1.cmake2
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"))