From ced67d8952a289c807b51ba183f9ca81ba56cf08 Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Thu, 20 Feb 2020 16:39:20 +0100 Subject: [PATCH] DDS Command UI: remove direct DDS dependency --- fairmq/plugins/DDS/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fairmq/plugins/DDS/CMakeLists.txt b/fairmq/plugins/DDS/CMakeLists.txt index f9b07501..1a448633 100644 --- a/fairmq/plugins/DDS/CMakeLists.txt +++ b/fairmq/plugins/DDS/CMakeLists.txt @@ -19,7 +19,7 @@ set_target_properties(${plugin} PROPERTIES set(exe fairmq-dds-command-ui) add_executable(${exe} ${CMAKE_CURRENT_SOURCE_DIR}/runDDSCommandUI.cxx) -target_link_libraries(${exe} FairMQ Commands SDK StateMachine DDS::dds_intercom_lib DDS::dds_protocol_lib) +target_link_libraries(${exe} FairMQ Commands SDK StateMachine) target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_BINARY_DIR}) install(TARGETS ${plugin} ${exe}