From 3930899520b1a62d9ad9fca127108711ca6b26f7 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 11 May 2019 01:42:33 +0200 Subject: [PATCH] Debian build fixes --- pluginssrv/channeltx/localsource/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/pluginssrv/channeltx/localsource/CMakeLists.txt b/pluginssrv/channeltx/localsource/CMakeLists.txt index 183007834..971b139cc 100644 --- a/pluginssrv/channeltx/localsource/CMakeLists.txt +++ b/pluginssrv/channeltx/localsource/CMakeLists.txt @@ -20,7 +20,6 @@ set(localsource_HEADERS include_directories( . ${CMAKE_CURRENT_BINARY_DIR} - ${CM256CC_INCLUDE_DIR} ${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client ) @@ -36,7 +35,6 @@ add_library(localsourcesrv SHARED target_link_libraries(localsourcesrv ${QT_LIBRARIES} - ${CM256CC_LIBRARIES} sdrbase swagger )