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

TrigPartialEventBuilding: cmake fix

cmake typo: PRIVATE used instead of PRIVATE_LINK_LIBRARIES.
parent 1515629d
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ atlas_add_library( TrigPartialEventBuildingLib
src/*.cxx
PUBLIC_HEADERS TrigPartialEventBuilding
LINK_LIBRARIES DecisionHandlingLib TrigSteeringEvent
PRIVATE AthViews )
PRIVATE_LINK_LIBRARIES AthViews )
atlas_add_component( TrigPartialEventBuilding
src/components/*.cxx
......
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