From 866b076ac96933a2e99360eb86debc29667e29ff Mon Sep 17 00:00:00 2001 From: f4exb Date: Fri, 11 Nov 2016 17:46:45 +0100 Subject: [PATCH] Debian build: remove USE_SSE2 flag for inner libairspy compilation --- libairspy/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libairspy/CMakeLists.txt b/libairspy/CMakeLists.txt index b0180d27e..e0a8af4c7 100644 --- a/libairspy/CMakeLists.txt +++ b/libairspy/CMakeLists.txt @@ -2,6 +2,8 @@ project(airspy) find_package(LibUSB) +remove_definitions(-DUSE_SSE2) + set(airspy_SOURCES ${LIBAIRSPYSRC}/libairspy/src/airspy.c ${LIBAIRSPYSRC}/libairspy/src/iqconverter_float.c