mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 18:11:49 +00:00
Simplify logger filtering options, fix log error double printing issue
This commit is contained in:
committed by
Mohammad Al-Turany
parent
9ceab6099c
commit
e0a03242ac
@@ -107,6 +107,7 @@ EndIf(NANOMSG_FOUND)
|
||||
Set(FAIRMQHEADERS
|
||||
FairMQParts.h
|
||||
options/FairProgOptionsHelper.h
|
||||
options/FairMQEventManager.h
|
||||
tools/FairMQTools.h
|
||||
tools/FairMQDDSTools.h
|
||||
tools/runSimpleMQStateMachine.h
|
||||
@@ -156,6 +157,7 @@ Set(Exe_Names
|
||||
splitter
|
||||
merger
|
||||
proxy
|
||||
runConfigExample
|
||||
)
|
||||
|
||||
If(DDS_FOUND)
|
||||
@@ -171,6 +173,7 @@ Set(Exe_Source
|
||||
run/runSplitter.cxx
|
||||
run/runMerger.cxx
|
||||
run/runProxy.cxx
|
||||
options/runConfigEx.cxx
|
||||
)
|
||||
|
||||
If(DDS_FOUND)
|
||||
@@ -191,3 +194,7 @@ ForEach(_file RANGE 0 ${_length})
|
||||
Set(DEPENDENCIES FairMQ)
|
||||
GENERATE_EXECUTABLE()
|
||||
EndForEach(_file RANGE 0 ${_length})
|
||||
|
||||
configure_file( ${CMAKE_SOURCE_DIR}/fairmq/options/startConfigExample.sh.in
|
||||
${CMAKE_BINARY_DIR}/bin/startConfigExample.sh )
|
||||
|
||||
|
Reference in New Issue
Block a user