aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/FindUSB1.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-4/+4
| | | | | | | | | | | | | | | | | Also updates our coding style file. Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code (with GNU compliant sed): cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done > convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' \ '*CMakeLists.txt' | xargs -0 gsed -i -f convert.sed && rm convert.sed (Make sure the backslashes don't get mangled!)
* UHD: libusb_strerror compatibility with older versions of libusbmichael-west2015-08-061-1/+6
|
* Restoring compatibility with CMake 2.6Nicholas Corgan2014-08-141-1/+1
| | | | | * The UNSET command didn't exist back then, but using SET with no value does the same thing * CMake 2.6 doesn't like nested parantheses in IF statements, so tweak IF/ELSE statements
* cmake: added "libusb-1.0" to the list of library names for libusbNicholas Corgan2014-06-031-1/+1
|
* Squashed commit uhd/cleanup.Ben Hilburn2013-11-271-1/+2
|
* usb: useful error messages on failed submitJosh Blum2013-07-161-1/+6
|
* Merge branch 'maint'Nicholas Corgan2013-04-301-1/+1
|\
| * Minor changes for Debian package complianceNicholas Corgan2013-04-301-1/+1
| | | | | | | | | | * Made CMake script to find libusb-1.0 stronger * Added Debian watchfile
* | usb: added C enable for libusb checkJosh Blum2013-03-111-0/+1
| |
* | usb: check for and use libusb_handle_events_timeout_completedJosh Blum2013-03-111-1/+13
|/
* usb: added /opt/local to libusb search pathJosh Blum2012-02-211-1/+2
| | | | For OSX from MLD
* usb: updated FindUSB1.cmake for standards complianceJosh Blum2012-01-091-29/+28
| | | | | Using cmake's recommended conventions for find scripts. Find script also handles different library name for freebsd.
* uhd: moved modules and some other files into cmake subdirJosh Blum2011-07-081-0/+38