From 3a7aa2c04aeceb372ab498390ac4d9aa285e30ab Mon Sep 17 00:00:00 2001 From: Nicholas Styles <nicholas.styles@desy.de> Date: Wed, 18 Nov 2020 19:20:00 +0100 Subject: [PATCH] fix typo --- InnerDetector/InDetDetDescr/TRT_ReadoutGeometry/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InnerDetector/InDetDetDescr/TRT_ReadoutGeometry/CMakeLists.txt b/InnerDetector/InDetDetDescr/TRT_ReadoutGeometry/CMakeLists.txt index c059a11263f1..5303f0da8131 100644 --- a/InnerDetector/InDetDetDescr/TRT_ReadoutGeometry/CMakeLists.txt +++ b/InnerDetector/InDetDetDescr/TRT_ReadoutGeometry/CMakeLists.txt @@ -14,5 +14,5 @@ atlas_add_library( TRT_ReadoutGeometry INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS} DEFINITIONS ${CLHEP_DEFINITIONS} LINK_LIBRARIES ${CLHEP_LIBRARIES} ${GEOMODELCORE_LIBRARIES} AthenaBaseComps AthenaKernel CxxUtils EventPrimitives - GeoPrimitives TrkSurfaces Identifier InDetIdentifier InDetReadoutGeometry ReadoutGeometyBase TrkDetElementBase + GeoPrimitives TrkSurfaces Identifier InDetIdentifier InDetReadoutGeometry ReadoutGeometryBase TrkDetElementBase PRIVATE_LINK_LIBRARIES DetDescrConditions GaudiKernel GeoModelUtilities StoreGateLib TRT_ConditionsData) -- GitLab