From 643a95f89e2b37ccf070d6e5923530c0689854b7 Mon Sep 17 00:00:00 2001
From: scott snyder <sss@karma>
Date: Wed, 17 Jun 2020 17:05:46 +0200
Subject: [PATCH] L1TopoSimulation: cmake fix

L1TopoSimulationLib has compiled code; it's not an interface library.
---
 Trigger/TrigT1/L1Topo/L1TopoSimulation/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Trigger/TrigT1/L1Topo/L1TopoSimulation/CMakeLists.txt b/Trigger/TrigT1/L1Topo/L1TopoSimulation/CMakeLists.txt
index c9aab2bc2571..d59494a9456f 100644
--- a/Trigger/TrigT1/L1Topo/L1TopoSimulation/CMakeLists.txt
+++ b/Trigger/TrigT1/L1Topo/L1TopoSimulation/CMakeLists.txt
@@ -33,7 +33,7 @@ atlas_disable_as_needed()
 
 # Component(s) in the package:
 atlas_add_library( L1TopoSimulationLib
-   L1TopoSimulation/*.h Root/*.cxx
+   L1TopoSimulation/*.h
    INTERFACE
    PUBLIC_HEADERS L1TopoSimulation
    LINK_LIBRARIES GaudiKernel )
-- 
GitLab