From 427ea18cbc4a457e0119152deaab05ce5111b163 Mon Sep 17 00:00:00 2001 From: lintao <lintao51@gmail.com> Date: Mon, 6 Sep 2021 11:53:45 +0800 Subject: [PATCH] WIP: add a new dependency Garfield. --- cmake/CEPCSWDependencies.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/CEPCSWDependencies.cmake b/cmake/CEPCSWDependencies.cmake index 78aa0f26..710091d1 100644 --- a/cmake/CEPCSWDependencies.cmake +++ b/cmake/CEPCSWDependencies.cmake @@ -5,6 +5,7 @@ Find all the dependencies here, so in each package user don't need to find the p - CLHEP - DD4hep - EDM4hep +- Garfiel++/Garfieldpp - Gaudi - Geant4 - GEAR @@ -21,6 +22,7 @@ Find all the dependencies here, so in each package user don't need to find the p find_package(CLHEP REQUIRED;CONFIG) find_package(DD4hep COMPONENTS DDCore DDG4 DDParsers DDRec REQUIRED) find_package(EDM4HEP REQUIRED) +find_package(Garfield REQUIRED) find_package(Geant4 REQUIRED ui_all vis_all) find_package(GEAR REQUIRED) find_package(GSL REQUIRED) -- GitLab