mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Use Variables for Boost libraries instead of explicit names
Use the vairables filled by FindBoost instead explicit names in the cmake files
This commit is contained in:
@@ -26,12 +26,13 @@ set(SRCS logger.cxx)
|
||||
set(LIBRARY_NAME fairmq_logger)
|
||||
|
||||
set(DEPENDENCIES
|
||||
boost_log
|
||||
boost_log_setup
|
||||
boost_thread
|
||||
boost_date_time
|
||||
boost_filesystem
|
||||
boost_system
|
||||
${Boost_LOG_LIBRARY}
|
||||
${Boost_LOG_SETUP_LIBRARY}
|
||||
${Boost_THREAD_LIBRARY}
|
||||
${Boost_THREAD_LIBRARY}
|
||||
${Boost_DATE_TIME_LIBRARY}
|
||||
${Boost_FILESYSTEM_LIBRARY}
|
||||
${Boost_SYSTEM_LIBRARY}
|
||||
pthread
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user