From 79254d0d996f34eb8a9f7cbcec3ef760e268f32c Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Sat, 25 Sep 2021 01:47:31 +0800 Subject: [PATCH] update CMakeLists.txt in DetSimAna. --- Simulation/DetSimAna/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Simulation/DetSimAna/CMakeLists.txt b/Simulation/DetSimAna/CMakeLists.txt index 794bcc2f..883dfd82 100644 --- a/Simulation/DetSimAna/CMakeLists.txt +++ b/Simulation/DetSimAna/CMakeLists.txt @@ -8,6 +8,7 @@ gaudi_add_module(DetSimAna ${DD4hep_COMPONENT_LIBRARIES} Gaudi::GaudiKernel EDM4HEP::edm4hep EDM4HEP::edm4hepDict + k4FWCore::k4FWCore ) install(TARGETS DetSimAna -- GitLab