diff --git a/plugins/channelrx/remotesink/CMakeLists.txt b/plugins/channelrx/remotesink/CMakeLists.txt index fe6c61b3f..0f6db4a7e 100644 --- a/plugins/channelrx/remotesink/CMakeLists.txt +++ b/plugins/channelrx/remotesink/CMakeLists.txt @@ -1,14 +1,5 @@ project(remotesink) -if (HAS_SSSE3) - message(STATUS "RemoteSink: use SSSE3 SIMD" ) -elseif (HAS_NEON) - message(STATUS "RemoteSink: use Neon SIMD" ) -else() - message(STATUS "RemoteSink: Unsupported architecture") - return() -endif() - set(remotesink_SOURCES remotesink.cpp remotesinkbaseband.cpp diff --git a/plugins/channeltx/filesource/CMakeLists.txt b/plugins/channeltx/filesource/CMakeLists.txt index 7268eab2c..b8b33afc5 100644 --- a/plugins/channeltx/filesource/CMakeLists.txt +++ b/plugins/channeltx/filesource/CMakeLists.txt @@ -1,14 +1,5 @@ project(filesource) -if (HAS_SSSE3) - message(STATUS "RemoteSource: use SSSE3 SIMD" ) -elseif (HAS_NEON) - message(STATUS "RemoteSource: use Neon SIMD" ) -else() - message(STATUS "RemoteSource: Unsupported architecture") - return() -endif() - set(filesource_SOURCES filesource.cpp filesourcebaseband.cpp diff --git a/plugins/channeltx/remotesource/CMakeLists.txt b/plugins/channeltx/remotesource/CMakeLists.txt index ec483a4e7..d179cc4fc 100644 --- a/plugins/channeltx/remotesource/CMakeLists.txt +++ b/plugins/channeltx/remotesource/CMakeLists.txt @@ -1,14 +1,5 @@ project(remotesource) -if (HAS_SSSE3) - message(STATUS "RemoteSource: use SSSE3 SIMD" ) -elseif (HAS_NEON) - message(STATUS "RemoteSource: use Neon SIMD" ) -else() - message(STATUS "RemoteSource: Unsupported architecture") - return() -endif() - set(remotesource_SOURCES remotesource.cpp remotesourcebaseband.cpp diff --git a/plugins/samplesink/remoteoutput/CMakeLists.txt b/plugins/samplesink/remoteoutput/CMakeLists.txt index e731370f2..6e665d909 100644 --- a/plugins/samplesink/remoteoutput/CMakeLists.txt +++ b/plugins/samplesink/remoteoutput/CMakeLists.txt @@ -1,14 +1,5 @@ project(remoteoutput) -if (HAS_SSSE3) - message(STATUS "RemoteFEC: use SSSE3 SIMD" ) -elseif (HAS_NEON) - message(STATUS "RemoteFEC: use Neon SIMD" ) -else() - message(STATUS "RemoteFEC: Unsupported architecture") - return() -endif() - set(remoteoutput_SOURCES remoteoutput.cpp remoteoutputplugin.cpp diff --git a/plugins/samplesource/remoteinput/CMakeLists.txt b/plugins/samplesource/remoteinput/CMakeLists.txt index 3041e77b5..ef8f144f2 100644 --- a/plugins/samplesource/remoteinput/CMakeLists.txt +++ b/plugins/samplesource/remoteinput/CMakeLists.txt @@ -1,14 +1,5 @@ project(remoteinput) -if (HAS_SSSE3) - message(STATUS "RemoteInput: use SSSE3 SIMD" ) -elseif (HAS_NEON) - message(STATUS "RemoteInput: use Neon SIMD" ) -else() - message(STATUS "RemoteInput: Unsupported architecture") - return() -endif() - set(remoteinput_SOURCES remoteinputbuffer.cpp remoteinputudphandler.cpp