From b2375c12eed2e4d13e346a38937c88c57707c5ec Mon Sep 17 00:00:00 2001 From: f4exb Date: Fri, 9 Jun 2017 14:22:14 +0200 Subject: [PATCH] Removed SDRdaemon input plugin from the builds --- plugins/samplesource/CMakeLists.txt | 6 ------ sdrangel.windows.pro | 1 - 2 files changed, 7 deletions(-) diff --git a/plugins/samplesource/CMakeLists.txt b/plugins/samplesource/CMakeLists.txt index 5c144cffe..00d48085c 100644 --- a/plugins/samplesource/CMakeLists.txt +++ b/plugins/samplesource/CMakeLists.txt @@ -55,12 +55,6 @@ if(LIBUSB_FOUND AND LIMESUITE_FOUND) add_subdirectory(limesdrinput) endif(LIBUSB_FOUND AND LIMESUITE_FOUND) -find_package(LZ4) -find_package(LibNANOMSG) -if(LIBNANOMSG_FOUND AND LIBLZ4_FOUND) - add_subdirectory(sdrdaemon) -endif(LIBNANOMSG_FOUND AND LIBLZ4_FOUND) - find_package(CM256cc) if(CM256CC_FOUND AND LIBNANOMSG_FOUND) add_subdirectory(sdrdaemonsource) diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index 0e35a8481..b93a8b9a8 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -22,7 +22,6 @@ SUBDIRS += dsdcc SUBDIRS += serialdv CONFIG(MINGW64)SUBDIRS += cm256cc SUBDIRS += plugins/samplesource/filesource -CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemon CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemonsource SUBDIRS += plugins/samplesource/rtlsdr SUBDIRS += plugins/samplesource/hackrfinput