mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
SoapySDR: removed more compilation dependencies on libusb
This commit is contained in:
parent
d536c58d03
commit
ca4f8d80e8
@ -40,7 +40,7 @@ else(BUILD_DEBIAN)
|
||||
endif()
|
||||
|
||||
find_package(SoapySDR)
|
||||
if(LIBUSB_FOUND AND SOAPYSDR_FOUND)
|
||||
if(SOAPYSDR_FOUND)
|
||||
add_subdirectory(soapysdr)
|
||||
endif()
|
||||
endif (BUILD_DEBIAN)
|
||||
|
@ -29,7 +29,7 @@ if(CM256CC_FOUND)
|
||||
endif(CM256CC_FOUND)
|
||||
|
||||
find_package(SoapySDR)
|
||||
if(LIBUSB_FOUND AND SOAPYSDR_FOUND)
|
||||
if(SOAPYSDR_FOUND)
|
||||
add_subdirectory(soapysdroutput)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user