SoapySDR: removed more compilation dependencies on libusb

This commit is contained in:
f4exb 2018-12-19 13:22:49 +01:00
parent d536c58d03
commit ca4f8d80e8
2 changed files with 5 additions and 5 deletions

View File

@ -28,19 +28,19 @@ else(BUILD_DEBIAN)
if(LIBUSB_FOUND AND LIMESUITE_FOUND)
add_subdirectory(limesdr)
endif(LIBUSB_FOUND AND LIMESUITE_FOUND)
find_package(LibIIO)
if(LIBUSB_FOUND AND LIBIIO_FOUND)
add_subdirectory(plutosdr)
endif(LIBUSB_FOUND AND LIBIIO_FOUND)
find_package(LibPerseus)
if(LIBUSB_FOUND AND LIBPERSEUS_FOUND)
add_subdirectory(perseus)
endif()
find_package(SoapySDR)
if(LIBUSB_FOUND AND SOAPYSDR_FOUND)
if(SOAPYSDR_FOUND)
add_subdirectory(soapysdr)
endif()
endif (BUILD_DEBIAN)

View File

@ -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()