Simplify logger filtering options, fix log error double printing issue

This commit is contained in:
winckler
2016-09-16 11:46:51 +02:00
committed by Mohammad Al-Turany
parent 9ceab6099c
commit e0a03242ac
11 changed files with 527 additions and 278 deletions

View File

@@ -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 )