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

VP1Utils: Remove reference to obsolete package CLIDSvc.

Headers from CLIDSvc moved to AthenaKernel; adjust.
Remove unneeded direct dependency on SGTools.



Former-commit-id: c2e0a7c4
parent 14d31f11
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,7 @@ atlas_subdir( VP1Utils )
# Declare the package's dependencies:
atlas_depends_on_subdirs(
PUBLIC
Control/CLIDSvc
Control/SGTools
Control/AthenaKernel
Control/StoreGate
DetectorDescription/GeoModel/GeoModelKernel
DetectorDescription/GeoPrimitives
......@@ -60,7 +59,7 @@ atlas_add_library( VP1Utils VP1Utils/*.h src/*.cxx src/*.cpp
INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${HEPPDT_INCLUDE_DIRS} ${COIN3D_INCLUDE_DIRS}
${EIGEN_INCLUDE_DIRS}
LINK_LIBRARIES ${CLHEP_LIBRARIES} SGTools GeoModelKernel EventPrimitives
LINK_LIBRARIES ${CLHEP_LIBRARIES} GeoModelKernel EventPrimitives
GaudiKernel VP1Base StoreGateLib SGtests AthDSoCallBacks MuonIdHelpersLib
GeoPrimitives Qt5::Core
PRIVATE_LINK_LIBRARIES ${HEPPDT_LIBRARIES} ${COIN3D_LIBRARIES}
......
......@@ -19,7 +19,7 @@
#define VP1SGCONTENTSHELPER_H
#include "VP1Base/VP1HelperClassBase.h"
#include "CLIDSvc/tools/ClassID_traits.h"
#include "AthenaKernel/ClassID_traits.h"
#include <QStringList>
class StoreGateSvc;
......
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