From 3559b2a91a01b6bb8a97c05a5f09ec4be62e95c2 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay <krasznaa@cern.ch> Date: Wed, 22 Jun 2016 10:53:28 +0200 Subject: [PATCH] Explicitly linking the library against boost_system with CMake (ByteStreamCnvSvcLegacy-00-00-04) Former-commit-id: feb2ce091ba16e4a0da6a323967cc69025b45484 --- Event/ByteStreamCnvSvcLegacy/CMakeLists.txt | 4 ++-- Event/ByteStreamCnvSvcLegacy/Changelog | 5 +++++ Event/ByteStreamCnvSvcLegacy/cmt/requirements | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Event/ByteStreamCnvSvcLegacy/CMakeLists.txt b/Event/ByteStreamCnvSvcLegacy/CMakeLists.txt index c8b9ca82832..7561b31f5bf 100644 --- a/Event/ByteStreamCnvSvcLegacy/CMakeLists.txt +++ b/Event/ByteStreamCnvSvcLegacy/CMakeLists.txt @@ -1,4 +1,4 @@ -# $Id: CMakeLists.txt 731777 2016-03-23 09:15:28Z krasznaa $ +# $Id: CMakeLists.txt 756859 2016-06-22 10:53:03Z krasznaa $ ################################################################################ # Package: ByteStreamCnvSvcLegacy ################################################################################ @@ -7,7 +7,7 @@ atlas_subdir( ByteStreamCnvSvcLegacy ) # External dependencies: -find_package( Boost ) +find_package( Boost COMPONENTS system ) find_package( UUID ) find_package( tdaq-common COMPONENTS EventStorage eformat eformat_write ers RawFileName ) diff --git a/Event/ByteStreamCnvSvcLegacy/Changelog b/Event/ByteStreamCnvSvcLegacy/Changelog index 282e8eca534..5374fcfe222 100644 --- a/Event/ByteStreamCnvSvcLegacy/Changelog +++ b/Event/ByteStreamCnvSvcLegacy/Changelog @@ -1,3 +1,8 @@ +2016-06-22 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> + * Explicitly linking the library against boost_system with + CMake. Since tdaq-common pulls in that dependency. + * Tagging as ByteStreamCnvSvcLegacy-00-00-04 + 2016-03-24 Andy Salnikov <salnikov@slac.stanford.edu> * Fix for compilation warning in v5_Guid.cxx * Tagging as ByteStreamCnvSvcLegacy-00-00-03 diff --git a/Event/ByteStreamCnvSvcLegacy/cmt/requirements b/Event/ByteStreamCnvSvcLegacy/cmt/requirements index 09030ba5ebb..eb06fccca4c 100644 --- a/Event/ByteStreamCnvSvcLegacy/cmt/requirements +++ b/Event/ByteStreamCnvSvcLegacy/cmt/requirements @@ -15,3 +15,4 @@ apply_pattern installed_library private use uuid * LCG_Interfaces + -- GitLab