From 95c92258f500eb15d0d253c8a05cf1429f77167d Mon Sep 17 00:00:00 2001 From: Valentin Volkl Date: Sun, 11 Apr 2021 10:44:08 +0200 Subject: [PATCH] [cmake] bugfix --- SimG4Fast/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimG4Fast/CMakeLists.txt b/SimG4Fast/CMakeLists.txt index 0d651da..d816430 100644 --- a/SimG4Fast/CMakeLists.txt +++ b/SimG4Fast/CMakeLists.txt @@ -12,5 +12,5 @@ gaudi_add_library(SimG4Fast file(GLOB _module_sources src/components/*.cpp) gaudi_add_module(SimG4FastPlugins SOURCES ${_module_sources} - LINK GaudiAlgLib k4FWCore::k4FWCore SimG4Common EDM4HEP::edm4hep DD4hep::DDCore SimG4Interface) + LINK GaudiAlgLib k4FWCore::k4FWCore SimG4Common EDM4HEP::edm4hep DD4hep::DDCore SimG4Interface SimG4Fast)