mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 12:51:49 -05: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)
|
||||
|
||||
find_package(SoapySDR)
|
||||
if(LIBUSB_FOUND AND SOAPYSDR_FOUND)
|
||||
if(SOAPYSDR_FOUND)
|
||||
add_subdirectory(soapysdrinput)
|
||||
message(STATUS "SoapySDR found")
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user