From b3baf1f7fb48ab99fe1d0ecdb9a89e3369eb07e9 Mon Sep 17 00:00:00 2001 From: Davide Gerhard Date: Wed, 22 May 2019 17:54:40 +0200 Subject: [PATCH] cmake: remove cm256cc library dependency from local{sink,input} --- plugins/channelrx/localsink/CMakeLists.txt | 1 - plugins/samplesource/localinput/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/channelrx/localsink/CMakeLists.txt b/plugins/channelrx/localsink/CMakeLists.txt index 4d35e73a0..38db1ec07 100644 --- a/plugins/channelrx/localsink/CMakeLists.txt +++ b/plugins/channelrx/localsink/CMakeLists.txt @@ -51,7 +51,6 @@ target_link_libraries(${TARGET_NAME} ${TARGET_LIB} sdrbase ${TARGET_LIB_GUI} - ${CM256CC_LIBRARIES} swagger ) diff --git a/plugins/samplesource/localinput/CMakeLists.txt b/plugins/samplesource/localinput/CMakeLists.txt index 4c5f91435..a21d65550 100644 --- a/plugins/samplesource/localinput/CMakeLists.txt +++ b/plugins/samplesource/localinput/CMakeLists.txt @@ -50,7 +50,6 @@ target_link_libraries(${TARGET_NAME} sdrbase ${TARGET_LIB_GUI} swagger - ${CM256CC_LIBRARIES} ) install(TARGETS ${TARGET_NAME} DESTINATION ${INSTALL_FOLDER})