Skip to content
Snippets Groups Projects
Commit 68661dcd authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

remove REQUIRED for Garfield.

parent f6b68f56
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ 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(Garfield REQUIRED)
find_package(Garfield)
find_package(Geant4 REQUIRED ui_all vis_all)
find_package(GEAR REQUIRED)
find_package(GSL REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment