commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/02: find USB on all platforms


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/02: find USB on all platforms
Date: Fri, 29 Aug 2014 22:00:23 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit cbb0698b138423b6ed046c2dffff3400d9544cad
Author: A. Maitland Bottoms <address@hidden>
Date:   Tue Aug 26 14:03:07 2014 -0400

    find USB on all platforms
    
    Keep the 'usb-1.0' as the preferred match, but also match simply
    'usb' as provided on some platforms. Allows kFreeBSD system support.
---
 cmake/Modules/FindUSB.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/Modules/FindUSB.cmake b/cmake/Modules/FindUSB.cmake
index 97f3db6..b050c42 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]