mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
add an other fairmq logger implementation in case boost version < 1.56 for backward compability
This commit is contained in:
committed by
Mohammad Al-Turany
parent
74f7c5873a
commit
ca7a76110d
@@ -19,8 +19,11 @@ set(LINK_DIRECTORIES ${Boost_LIBRARY_DIRS})
|
||||
|
||||
link_directories(${LINK_DIRECTORIES})
|
||||
|
||||
set(SRCS logger.cxx)
|
||||
|
||||
if(NOT ("${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}" VERSION_LESS "1.56") )
|
||||
set(SRCS logger.cxx)
|
||||
else()
|
||||
set(SRCS logger_oldboost_version.cxx)
|
||||
endif()
|
||||
set(LIBRARY_NAME fairmq_logger)
|
||||
|
||||
set(DEPENDENCIES
|
||||
|
Reference in New Issue
Block a user