Skip to content
Snippets Groups Projects
Commit b978ef68 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cmake.PixelConditionsData-20201007' into 'master'

PixelConditionsData: cmake fix

See merge request atlas/athena!37085
parents a353bc16 c703553b
No related branches found
No related tags found
No related merge requests found
......@@ -5,18 +5,6 @@
# Declare the package name:
atlas_subdir( PixelConditionsData )
# Declare the package's dependencies:
atlas_depends_on_subdirs(
PUBLIC
Control/CxxUtils
DetectorDescription/Identifier
DetectorDescription/GeoPrimitives
Database/AthenaPOOL/AthenaPoolUtilities
InnerDetector/InDetConditions/InDetByteStreamErrors
PRIVATE
Control/AthenaKernel
GaudiKernel )
# External dependencies:
find_package( CLHEP )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
......@@ -27,6 +15,6 @@ atlas_add_library( PixelConditionsData
PUBLIC_HEADERS PixelConditionsData
PRIVATE_INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS}
LINK_LIBRARIES CxxUtils Identifier GeoPrimitives
LINK_LIBRARIES CxxUtils Identifier GeoPrimitives InDetByteStreamErrors
PRIVATE_LINK_LIBRARIES ${CLHEP_LIBRARIES} ${ROOT_LIBRARIES} AthenaKernel AthenaPoolUtilities GaudiKernel )
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