From 796daa53710eada7529ad7db94526212d16b8d76 Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 22 Feb 2018 13:50:02 +0100 Subject: [PATCH] Debian build: airspyhf: removed unwanted int16 converter --- libairspyhf/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/libairspyhf/CMakeLists.txt b/libairspyhf/CMakeLists.txt index f38afdcbc..645d76fae 100644 --- a/libairspyhf/CMakeLists.txt +++ b/libairspyhf/CMakeLists.txt @@ -5,14 +5,12 @@ find_package(LibUSB) set(airspyhf_SOURCES ${LIBAIRSPYHFSRC}/libairspyhf/src/airspyhf.c ${LIBAIRSPYHFSRC}/libairspyhf/src/iqbalancer.c - ${LIBAIRSPYHFSRC}/libairspyhf/src/iqconverter_int16.c ) set(airspyhf_HEADERS ${LIBAIRSPYHFSRC}/libairspyhf/src/airspyhf.h ${LIBAIRSPYHFSRC}/libairspyhf/src/airspyhf_commands.h ${LIBAIRSPYHFSRC}/libairspyhf/src/iqbalancer.h - ${LIBAIRSPYHFSRC}/libairspyhf/src/iqconverter_int16.h ) include_directories(