You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
CheckCSourceRuns.cmake Try_compile() based CMAKE SSE checking 9 years ago
CheckFunctionExists.c add missing license headers 6 years ago
CheckFunctionExistsMath.cmake cleanups for cmake files, fixes to linker errors 9 years ago
FindFFTW3F.cmake remove static FFTW library as strict dependency 7 years ago
FindLibConfig.cmake Tidy up cmake advanced variables 8 years ago
FindLimeSDR.cmake adding native lime, soapy, decimation filtering and neon optimizations 8 years ago
FindMKL.cmake Tidy up cmake advanced variables 8 years ago
FindMbedTLS.cmake Fix for security library find scripts 7 years ago
FindPCSCLite.cmake extend cmake for finding libpcsclite 7 years ago
FindPolarssl.cmake Fix for security library find scripts 7 years ago
FindSCTP.cmake added srsENB code 8 years ago
FindSRSGUI.cmake Merged usrp_capture branch, switching from libsdrgui to new srsgui graphics library 10 years ago
FindSSE.cmake Added missing AVX512 intrinsics and flags. Fixes #291. 6 years ago
FindSoapySDR.cmake fix for soapy cmake in non x86 8 years ago
FindUHD.cmake fix CMake's UHD find script for newer UHD binaries 7 years ago
FindZeroMQ.cmake add zmq-based rf driver 6 years ago
FindbladeRF.cmake Fix call to CHECK_LIBRARY_EXISTS in FindbladeRF 5 years ago
SRSLTEPackage.cmake Increasing version number for next branch 9 years ago
SRSLTEVersion.cmake bump version and update changelog, readme, etc. 5 years ago
SRSLTE_install_configs.sh.in change user config file path to ~/.config/srslte 6 years ago
SRSLTEbuildinfo.cmake.in print build info to log and on stdout 7 years ago