Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: correctly set and unset any CMAKE_REQUIRED variables | Michael Dickens | 2021-07-06 | 1 | -0/+3 |
| | |||||
* | cmake: fix finding PkgConfig to work robustly (without CMake warnings) | Michael Dickens | 2021-07-06 | 1 | -1/+1 |
| | |||||
* | cmake: Fix warning finding libusb | Martin Braun | 2020-06-17 | 1 | -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. |