mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 18:11:49 +00:00
fix: Use std::chrono
consistently
This commit is contained in:
committed by
Dennis Klein
parent
05b734ee0d
commit
8960ce9416
@@ -162,7 +162,10 @@ if(BUILD_FAIRMQ)
|
||||
############################
|
||||
# preprocessor definitions #
|
||||
############################
|
||||
target_compile_definitions(${target} PUBLIC BOOST_ERROR_CODE_HEADER_ONLY)
|
||||
target_compile_definitions(${target} PUBLIC
|
||||
BOOST_ERROR_CODE_HEADER_ONLY
|
||||
BOOST_ASIO_HAS_HAS_STD_CHRONO
|
||||
)
|
||||
if(FAIRMQ_DEBUG_MODE)
|
||||
target_compile_definitions(${target} PUBLIC FAIRMQ_DEBUG_MODE)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user