mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-01 16:08:58 -04: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)
|
add_subdirectory(limesdroutput)
|
||||||
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(plutosdroutput)
|
# add_subdirectory(plutosdroutput)
|
||||||
endif(LIBUSB_FOUND AND LIBIIO_FOUND)
|
#endif(LIBUSB_FOUND AND LIBIIO_FOUND)
|
||||||
|
|
||||||
find_package(CM256cc)
|
find_package(CM256cc)
|
||||||
find_package(LibNANOMSG)
|
find_package(LibNANOMSG)
|
||||||
@ -35,7 +35,7 @@ if (BUILD_DEBIAN)
|
|||||||
if (LIBNANOMSG_FOUND)
|
if (LIBNANOMSG_FOUND)
|
||||||
add_subdirectory(sdrdaemonsink)
|
add_subdirectory(sdrdaemonsink)
|
||||||
endif (LIBNANOMSG_FOUND)
|
endif (LIBNANOMSG_FOUND)
|
||||||
add_subdirectory(plutosdroutput)
|
# add_subdirectory(plutosdroutput)
|
||||||
endif (BUILD_DEBIAN)
|
endif (BUILD_DEBIAN)
|
||||||
|
|
||||||
add_subdirectory(filesink)
|
add_subdirectory(filesink)
|
||||||
|
Loading…
Reference in New Issue
Block a user