mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Fix the logger installation
This commit is contained in:
committed by
Mohammad Al-Turany
parent
e0ca1f62b3
commit
74f7c5873a
@@ -24,15 +24,17 @@ set(SRCS logger.cxx)
|
||||
set(LIBRARY_NAME fairmq_logger)
|
||||
|
||||
set(DEPENDENCIES
|
||||
boost_log
|
||||
boost_log_setup
|
||||
boost_thread
|
||||
boost_date_time
|
||||
boost_filesystem
|
||||
boost_log
|
||||
boost_log_setup
|
||||
boost_thread
|
||||
boost_date_time
|
||||
boost_filesystem
|
||||
boost_system
|
||||
pthread
|
||||
)
|
||||
|
||||
install(FILES logger.h logger_def.h DESTINATION include/logger)
|
||||
|
||||
GENERATE_LIBRARY()
|
||||
|
||||
# generate test executable
|
||||
|
Reference in New Issue
Block a user