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

Merge branch 'agddDepClean' into 'master'

Remove unused extra_dep from MuonAGDD

See merge request atlas/athena!38081
parents 123f8717 a74d9da5
No related branches found
No related tags found
No related merge requests found
......@@ -6,14 +6,12 @@
atlas_subdir( MuonAGDD )
# Possible extra dependencies:
set( extra_dep )
set( extra_lib )
if( NOT SIMULATIONBASE )
# the dependency on AmdcAth is only for dumping the XML!
# in principle AGDD is independent from AMDB and all
# information could be accessed via AGDD itself, however,
# this complicates the job configuration for the moment
set( extra_dep MuonSpectrometer/Amdcsimrec/AmdcAth )
# the dependency on AmdcAth is only for dumping the passive material XML
# located inside old AMDB files (using AmdcsimrecAthenaSvc in the MuonAGDDTool)
# in principle, AGDD is independent from AMDB and all information can be accessed
# via AGDD itself (as it is done in recent muon layouts)
set( extra_lib AmdcAthLib )
endif()
......
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