Commit Graph

6 Commits

Author SHA1 Message Date
Nils Fürste c177ed3331 cmake: Export non-default libbladerf driver path 2021-09-14 09:38:31 +02:00
Codebot 4523ee6087 rename srsLTE to srsRAN 2021-03-21 21:47:01 +01:00
Andre Puschmann 47c5f9e85b remove AGPL header from remaining cpp files
* also add commercial header to come CMake helpers
2020-12-12 15:59:26 +01:00
Dottore Spina 635752c42e Fix call to CHECK_LIBRARY_EXISTS in FindbladeRF
An invalid call to the CMake macro CHECK_LIBRARY_EXISTS() in
cmake/modules/FindbladeRF.cmake prevents srsLTE to enable
support for the bladeRF driver when:
 * libbladeRF is installed to the same custom prefix we use to build
srsLTE, as with cmake -DCMAKE_INSTALL_PREFIX=/path/to/custom/prefix
 * libbladeRF is installed to /usr/local/lib BUT the linker does not
search this path by default

This trivial patch makes FindbladeRF.cmake provide the linker with the path
libbladeRF is actually installed to.
2019-08-05 11:15:43 +02:00
Xavier Arteaga 8559af55c5 Detect BladeRF Micro compatible drivers 2018-10-11 08:50:01 +02:00
ismagom ba5b14ee3d Renamed CUHD module to RF. Added bladeRF module to CMake 2015-12-07 18:06:56 +01:00