Skip to content
Snippets Groups Projects
Commit d16edd5a authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

InDetJiveXML: cmake fix

InDetCondTools doesn't build a library, so don't list it as a link dependency.
parent 7f1e1b03
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ atlas_add_component( InDetJiveXML
src/*.cxx
src/components/*.cxx
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaBaseComps StoreGateLib SGtests GaudiKernel InDetRawData TrkSpacePoint TrkTruthData VxVertex JiveXMLLib AthContainers IdDictDetDescr InDetCondTools InDetIdentifier InDetReadoutGeometry InDetPrepRawData TrkEventPrimitives TrkPrepRawData )
LINK_LIBRARIES ${CLHEP_LIBRARIES} AthenaBaseComps StoreGateLib SGtests GaudiKernel InDetRawData TrkSpacePoint TrkTruthData VxVertex JiveXMLLib AthContainers IdDictDetDescr InDetIdentifier InDetReadoutGeometry InDetPrepRawData TrkEventPrimitives TrkPrepRawData )
# Install files from the package:
atlas_install_headers( InDetJiveXML )
......
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