Skip to content
Snippets Groups Projects

Add missing OTDet dependency, exposed by LHCb!2047

Merged Marco Cattaneo requested to merge addOTDetDependency into run2-patches
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -8,12 +8,12 @@
@@ -8,12 +8,12 @@
# granted to it by virtue of its status as an Intergovernmental Organization #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
# or submit itself to any jurisdiction. #
###############################################################################
###############################################################################
################################################################################
# Package: AlignmentInterfaces
# Package: AlignmentInterfaces
################################################################################
###############################################################################
gaudi_subdir(AlignmentInterfaces v3r7)
gaudi_subdir(AlignmentInterfaces)
gaudi_depends_on_subdirs(Alignment/AlignKernel
gaudi_depends_on_subdirs(Alignment/AlignKernel
 
Det/OTDet
GaudiKernel)
GaudiKernel)
find_package(Boost COMPONENTS system)
find_package(Boost COMPONENTS system)
@@ -25,7 +25,7 @@ gaudi_add_dictionary(AlignmentInterfaces
@@ -25,7 +25,7 @@ gaudi_add_dictionary(AlignmentInterfaces
dict/AlignmentInterfacesDict.h
dict/AlignmentInterfacesDict.h
dict/AlignmentInterfacesDict.xml
dict/AlignmentInterfacesDict.xml
INCLUDE_DIRS Boost
INCLUDE_DIRS Boost
LINK_LIBRARIES Boost AlignKernel GaudiKernel
LINK_LIBRARIES Boost AlignKernel OTDetLib GaudiKernel
OPTIONS "-U__MINGW32__")
OPTIONS "-U__MINGW32__")
gaudi_install_headers(AlignmentInterfaces)
gaudi_install_headers(AlignmentInterfaces)
Loading