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

TrigMinBias: cmake fix

TDAQ macros used with no corresponding find_package.
But this package does not seem to actually have any direct tdaq depedence,
so just remove the macros.
parent 8b73535d
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,7 @@ atlas_depends_on_subdirs( PRIVATE
# Component(s) in the package:
atlas_add_component( TrigMinBias
src/*.cxx src/components/*.cxx
INCLUDE_DIRS ${TDAQ-COMMON_INCLUDE_DIRS}
LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} DecisionHandlingLib AthenaMonitoringLib xAODTracking xAODTrigMinBias TrkTrack TrigInDetEvent TrigInterfacesLib StoreGateLib GaudiKernel TrkParameters TrigTimeAlgsLib)
LINK_LIBRARIES DecisionHandlingLib AthenaMonitoringLib xAODTracking xAODTrigMinBias TrkTrack TrigInDetEvent TrigInterfacesLib StoreGateLib GaudiKernel TrkParameters TrigTimeAlgsLib)
# Install files from the package:
atlas_install_python_modules( python/*.py )
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