mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
PlutoSDR support removed again
This commit is contained in:
parent
2eb264440f
commit
2c4a748ebe
@ -17,10 +17,10 @@ if(LIBUSB_FOUND AND LIMESUITE_FOUND)
|
||||
add_subdirectory(limesdroutput)
|
||||
endif(LIBUSB_FOUND AND LIMESUITE_FOUND)
|
||||
|
||||
find_package(LibIIO)
|
||||
if(LIBUSB_FOUND AND LIBIIO_FOUND)
|
||||
add_subdirectory(plutosdroutput)
|
||||
endif(LIBUSB_FOUND AND LIBIIO_FOUND)
|
||||
#find_package(LibIIO)
|
||||
#if(LIBUSB_FOUND AND LIBIIO_FOUND)
|
||||
# add_subdirectory(plutosdroutput)
|
||||
#endif(LIBUSB_FOUND AND LIBIIO_FOUND)
|
||||
|
||||
find_package(CM256cc)
|
||||
find_package(LibNANOMSG)
|
||||
@ -35,7 +35,7 @@ if (BUILD_DEBIAN)
|
||||
if (LIBNANOMSG_FOUND)
|
||||
add_subdirectory(sdrdaemonsink)
|
||||
endif (LIBNANOMSG_FOUND)
|
||||
add_subdirectory(plutosdroutput)
|
||||
# add_subdirectory(plutosdroutput)
|
||||
endif (BUILD_DEBIAN)
|
||||
|
||||
add_subdirectory(filesink)
|
||||
|
Loading…
Reference in New Issue
Block a user