mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Allow easier testing without having to recompile for use of binary/boost/protobuf payload.
to use different data transfer method, just provide a parameter to the script, e.g.: ./startAll bin ./startAll boost ./startAll proto etc. if no or incorrect parameters is provided, binary method will be used! protobuf method works only if the library is available on the system, otherwise it is not compiled.
This commit is contained in:
committed by
Florian Uhlig
parent
005321f63c
commit
adc7443aa5
@@ -102,7 +102,13 @@ set(LIBRARY_NAME FairMQ)
|
||||
|
||||
GENERATE_LIBRARY()
|
||||
|
||||
set(Exe_Names bsampler buffer splitter merger sink proxy)
|
||||
set(Exe_Names
|
||||
bsampler
|
||||
buffer
|
||||
splitter
|
||||
merger
|
||||
sink
|
||||
proxy)
|
||||
|
||||
if(PROTOBUF_FOUND)
|
||||
set(Exe_Names
|
||||
|
Reference in New Issue
Block a user