Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
CEPCSW
Commits
68661dcd
Commit
68661dcd
authored
3 years ago
by
lintao@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
remove REQUIRED for Garfield.
parent
f6b68f56
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/CEPCSWDependencies.cmake
+2
-1
2 additions, 1 deletion
cmake/CEPCSWDependencies.cmake
with
2 additions
and
1 deletion
cmake/CEPCSWDependencies.cmake
+
2
−
1
View file @
68661dcd
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment