mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
feat(sdk): Remove unused fairmq executable
This commit is contained in:
parent
d806aa9a7c
commit
8bf7d34d83
|
@ -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
|
||||
|
@ -96,7 +89,6 @@ target_link_libraries(fairmq-dds-command-ui
|
|||
install(
|
||||
TARGETS
|
||||
SDK
|
||||
fairmq
|
||||
fairmq-dds-command-ui
|
||||
|
||||
EXPORT ${PROJECT_EXPORT_SET}
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
/********************************************************************************
|
||||
* Copyright (C) 2019 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
|
||||
* *
|
||||
* This software is distributed under the terms of the *
|
||||
* GNU Lesser General Public Licence (LGPL) version 3, *
|
||||
* copied verbatim in the file "LICENSE" *
|
||||
********************************************************************************/
|
||||
|
||||
#include <fairmq/States.h>
|
||||
#include <iostream>
|
||||
|
||||
int main(int /*argc*/, char ** /*argv*/)
|
||||
{
|
||||
std::cout << fair::mq::State::Idle << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user