Skip to content

Commit

Permalink
Merge pull request #180 from mirguest/garfieldpp
Browse files Browse the repository at this point in the history
WIP: add a new dependency Garfield.
  • Loading branch information
mirguest authored Sep 6, 2021
2 parents 85375ea + 427ea18 commit 656ce73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/CEPCSWDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 656ce73

Please sign in to comment.