aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/FindLIBUSB.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: fix finding PkgConfig to work robustly (without CMake warnings)Michael Dickens2021-07-061-1/+1
|
* cmake: Fix warning finding libusbMartin Braun2020-06-171-0/+62
UHD has a custom file to find libusb. This fixes a warning coming from that file caused by the fact that we're looking for a package called LIBUSB, but the file was called FindUSB1 (i.e., we're expecting a package name of USB1). Common CMake calls were also moved to lowercase for CMake coding guidelines consistency.