diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-08-29 14:46:57 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-08-29 14:46:57 -0700 |
commit | 94562c936967f63f2705b063d5fe75b796df31bf (patch) | |
tree | 209e2597b623f45efd88482adcb92dc8c158ddab /cmake/Modules | |
parent | 01c392335044b4ed68110da797bd6571a341f301 (diff) | |
parent | cbb0698b138423b6ed046c2dffff3400d9544cad (diff) |
Merge branch 'maint'
Diffstat (limited to 'cmake/Modules')
-rw-r--r-- | cmake/Modules/FindUSB.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindUSB.cmake b/cmake/Modules/FindUSB.cmake index 97f3db6752..b050c420e5 100644 --- a/cmake/Modules/FindUSB.cmake +++ b/cmake/Modules/FindUSB.cmake @@ -8,7 +8,7 @@ if(NOT LIBUSB_FOUND) /usr/local/include ) - find_library(LIBUSB_LIBRARIES NAMES usb-1.0 + find_library(LIBUSB_LIBRARIES NAMES usb-1.0 usb PATHS ${LIBUSB_PKG_LIBRARY_DIRS} /usr/lib |