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

MuonTesterTree: cmake fix

TBB is not a ROOT component.
parent e13ab59f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
atlas_subdir( MuonTesterTree )
# External dependencies:
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread TBB )
find_package( ROOT COMPONENTS Core Tree MathCore Hist RIO pthread )
atlas_add_library( MuonTesterTreeLib
MuonTesterTree/*.h Root/*.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