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
@ -28,19 +28,19 @@ else(BUILD_DEBIAN)
|
|||||||
if(LIBUSB_FOUND AND LIMESUITE_FOUND)
|
if(LIBUSB_FOUND AND LIMESUITE_FOUND)
|
||||||
add_subdirectory(limesdr)
|
add_subdirectory(limesdr)
|
||||||
endif(LIBUSB_FOUND AND LIMESUITE_FOUND)
|
endif(LIBUSB_FOUND AND LIMESUITE_FOUND)
|
||||||
|
|
||||||
find_package(LibIIO)
|
find_package(LibIIO)
|
||||||
if(LIBUSB_FOUND AND LIBIIO_FOUND)
|
if(LIBUSB_FOUND AND LIBIIO_FOUND)
|
||||||
add_subdirectory(plutosdr)
|
add_subdirectory(plutosdr)
|
||||||
endif(LIBUSB_FOUND AND LIBIIO_FOUND)
|
endif(LIBUSB_FOUND AND LIBIIO_FOUND)
|
||||||
|
|
||||||
find_package(LibPerseus)
|
find_package(LibPerseus)
|
||||||
if(LIBUSB_FOUND AND LIBPERSEUS_FOUND)
|
if(LIBUSB_FOUND AND LIBPERSEUS_FOUND)
|
||||||
add_subdirectory(perseus)
|
add_subdirectory(perseus)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(SoapySDR)
|
find_package(SoapySDR)
|
||||||
if(LIBUSB_FOUND AND SOAPYSDR_FOUND)
|
if(SOAPYSDR_FOUND)
|
||||||
add_subdirectory(soapysdr)
|
add_subdirectory(soapysdr)
|
||||||
endif()
|
endif()
|
||||||
endif (BUILD_DEBIAN)
|
endif (BUILD_DEBIAN)
|
||||||
|
@ -29,7 +29,7 @@ if(CM256CC_FOUND)
|
|||||||
endif(CM256CC_FOUND)
|
endif(CM256CC_FOUND)
|
||||||
|
|
||||||
find_package(SoapySDR)
|
find_package(SoapySDR)
|
||||||
if(LIBUSB_FOUND AND SOAPYSDR_FOUND)
|
if(SOAPYSDR_FOUND)
|
||||||
add_subdirectory(soapysdroutput)
|
add_subdirectory(soapysdroutput)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user