Skip to content

Commit

Permalink
feat(sdk): Remove unused fairmq executable
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Jul 7, 2021
1 parent 2ebf67d commit 09d2574
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
8 changes: 0 additions & 8 deletions fairmq/sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ set_target_properties(${target} PROPERTIES
###############
# executables #
###############
add_executable(fairmq runFairMQ.cxx)
target_link_libraries(fairmq
PRIVATE
SDK
Boost::program_options
)

add_executable(fairmq-dds-command-ui ${CMAKE_CURRENT_SOURCE_DIR}/runDDSCommandUI.cxx)
target_link_libraries(fairmq-dds-command-ui
FairMQ
Expand All @@ -96,7 +89,6 @@ target_link_libraries(fairmq-dds-command-ui
install(
TARGETS
SDK
fairmq
fairmq-dds-command-ui

EXPORT ${PROJECT_EXPORT_SET}
Expand Down
17 changes: 0 additions & 17 deletions fairmq/sdk/runFairMQ.cxx

This file was deleted.

0 comments on commit 09d2574

Please sign in to comment.