mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-23 18:52:28 -04:00
SoapySDR: removed compilation dependency on libusb. Solves PR #263
This commit is contained in:
parent
1dc8ca3a98
commit
8e8eb191a3
@ -78,7 +78,7 @@ else(LIBUSB_FOUND AND LIBMIRISDR_FOUND)
|
|||||||
endif(LIBUSB_FOUND AND LIBMIRISDR_FOUND)
|
endif(LIBUSB_FOUND AND LIBMIRISDR_FOUND)
|
||||||
|
|
||||||
find_package(SoapySDR)
|
find_package(SoapySDR)
|
||||||
if(LIBUSB_FOUND AND SOAPYSDR_FOUND)
|
if(SOAPYSDR_FOUND)
|
||||||
add_subdirectory(soapysdrinput)
|
add_subdirectory(soapysdrinput)
|
||||||
message(STATUS "SoapySDR found")
|
message(STATUS "SoapySDR found")
|
||||||
else()
|
else()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user