From e62414115080cca754e90709f40ccfe45e722449 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 12 Jun 2017 16:31:54 +0200 Subject: [PATCH] SDRdaemon plugins: fixed Debian build --- plugins/samplesink/CMakeLists.txt | 1 + plugins/samplesink/sdrdaemonsink/CMakeLists.txt | 2 -- plugins/samplesource/CMakeLists.txt | 1 + plugins/samplesource/sdrdaemonsource/CMakeLists.txt | 2 -- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/samplesink/CMakeLists.txt b/plugins/samplesink/CMakeLists.txt index c5e58c985..f6e63a996 100644 --- a/plugins/samplesink/CMakeLists.txt +++ b/plugins/samplesink/CMakeLists.txt @@ -18,6 +18,7 @@ if(LIBUSB_FOUND AND LIMESUITE_FOUND) endif(LIBUSB_FOUND AND LIMESUITE_FOUND) find_package(CM256cc) +find_package(LibNANOMSG) if(CM256CC_FOUND AND LIBNANOMSG_FOUND) add_subdirectory(sdrdaemonsink) endif(CM256CC_FOUND AND LIBNANOMSG_FOUND) diff --git a/plugins/samplesink/sdrdaemonsink/CMakeLists.txt b/plugins/samplesink/sdrdaemonsink/CMakeLists.txt index 06bbeaa52..108ecd7e0 100644 --- a/plugins/samplesink/sdrdaemonsink/CMakeLists.txt +++ b/plugins/samplesink/sdrdaemonsink/CMakeLists.txt @@ -1,7 +1,5 @@ project(sdrdaemonsink) -find_package(LibNANOMSG) - if (HAS_SSSE3) message(STATUS "SDRdaemonFEC: use SSSE3 SIMD" ) elseif (HAS_NEON) diff --git a/plugins/samplesource/CMakeLists.txt b/plugins/samplesource/CMakeLists.txt index 00d48085c..6e775b6f5 100644 --- a/plugins/samplesource/CMakeLists.txt +++ b/plugins/samplesource/CMakeLists.txt @@ -56,6 +56,7 @@ if(LIBUSB_FOUND AND LIMESUITE_FOUND) endif(LIBUSB_FOUND AND LIMESUITE_FOUND) find_package(CM256cc) +find_package(LibNANOMSG) if(CM256CC_FOUND AND LIBNANOMSG_FOUND) add_subdirectory(sdrdaemonsource) endif(CM256CC_FOUND AND LIBNANOMSG_FOUND) diff --git a/plugins/samplesource/sdrdaemonsource/CMakeLists.txt b/plugins/samplesource/sdrdaemonsource/CMakeLists.txt index 51c2c5ca8..dc9ee1a84 100644 --- a/plugins/samplesource/sdrdaemonsource/CMakeLists.txt +++ b/plugins/samplesource/sdrdaemonsource/CMakeLists.txt @@ -1,7 +1,5 @@ project(sdrdaemonsource) -find_package(LibNANOMSG) - if (HAS_SSSE3) message(STATUS "SDRdaemonSource: use SSSE3 SIMD" ) elseif (HAS_NEON)