Skip to content
Snippets Groups Projects
Commit 3559b2a9 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay Committed by Graeme Stewart
Browse files

Explicitly linking the library against boost_system with CMake (ByteStreamCnvSvcLegacy-00-00-04)

Former-commit-id: feb2ce09
parent caf523f0
Branches feature/improved-link-combiner
No related tags found
No related merge requests found
# $Id: CMakeLists.txt 731777 2016-03-23 09:15:28Z krasznaa $ # $Id: CMakeLists.txt 756859 2016-06-22 10:53:03Z krasznaa $
################################################################################ ################################################################################
# Package: ByteStreamCnvSvcLegacy # Package: ByteStreamCnvSvcLegacy
################################################################################ ################################################################################
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
atlas_subdir( ByteStreamCnvSvcLegacy ) atlas_subdir( ByteStreamCnvSvcLegacy )
# External dependencies: # External dependencies:
find_package( Boost ) find_package( Boost COMPONENTS system )
find_package( UUID ) find_package( UUID )
find_package( tdaq-common COMPONENTS EventStorage eformat eformat_write ers find_package( tdaq-common COMPONENTS EventStorage eformat eformat_write ers
RawFileName ) RawFileName )
......
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> 2016-03-24 Andy Salnikov <salnikov@slac.stanford.edu>
* Fix for compilation warning in v5_Guid.cxx * Fix for compilation warning in v5_Guid.cxx
* Tagging as ByteStreamCnvSvcLegacy-00-00-03 * Tagging as ByteStreamCnvSvcLegacy-00-00-03
......
...@@ -15,3 +15,4 @@ apply_pattern installed_library ...@@ -15,3 +15,4 @@ apply_pattern installed_library
private private
use uuid * LCG_Interfaces use uuid * LCG_Interfaces
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment