From fea4d5a4e0df882fae54df4549b6afa8caf6cd44 Mon Sep 17 00:00:00 2001
From: scott snyder <sss@karma>
Date: Fri, 10 Jul 2020 23:16:05 -0400
Subject: [PATCH] TrigT2CaloCommon: cmake fix

Missing find_package for TBB.
---
 Trigger/TrigAlgorithms/TrigT2CaloCommon/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Trigger/TrigAlgorithms/TrigT2CaloCommon/CMakeLists.txt b/Trigger/TrigAlgorithms/TrigT2CaloCommon/CMakeLists.txt
index 38fcdcf50501..474bc0813b9d 100644
--- a/Trigger/TrigAlgorithms/TrigT2CaloCommon/CMakeLists.txt
+++ b/Trigger/TrigAlgorithms/TrigT2CaloCommon/CMakeLists.txt
@@ -5,6 +5,7 @@ atlas_subdir( TrigT2CaloCommon )
 
 # External dependencies:
 find_package( tdaq-common )
+find_package( TBB )
 
 # Component(s) in the package:
 atlas_add_library( TrigT2CaloCommonLib
-- 
GitLab