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
c26a2bd6
Commit
c26a2bd6
authored
3 months ago
by
202123102015@mail.sdu.edu.cn
Committed by
lintao@ihep.ac.cn
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
add RDAnalysisExternals/integration rd analysis
parent
361a92da
No related branches found
No related tags found
1 merge request
!152
add RDAnalysisExternals/integration rd analysis
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/CEPCSWDependencies.cmake
+10
-0
10 additions, 0 deletions
cmake/CEPCSWDependencies.cmake
cmake/internal_rdana.cmake
+10
-0
10 additions, 0 deletions
cmake/internal_rdana.cmake
with
20 additions
and
0 deletions
cmake/CEPCSWDependencies.cmake
+
10
−
0
View file @
c26a2bd6
...
...
@@ -18,6 +18,7 @@ Find all the dependencies here, so in each package user don't need to find the p
- podio
- ROOT
- CKF
- RDAnalysis
#]]
##############################################################################
...
...
@@ -65,3 +66,12 @@ else()
endif
()
find_package
(
FastJet
)
if
(
CEPCSW_USE_SYSTEM_RDANALYSIS
)
message
(
"Try to use an existing installation of RDAnalysis"
)
find_package
(
RDAnalysis
)
else
()
message
(
"Try to use an internal installation of RDAnalysis"
)
include
(
"
${
CMAKE_CURRENT_LIST_DIR
}
/internal_rdana.cmake"
)
endif
()
This diff is collapsed.
Click to expand it.
cmake/internal_rdana.cmake
0 → 100644
+
10
−
0
View file @
c26a2bd6
include
(
FetchContent
)
FetchContent_Declare
(
RDAnalysis
GIT_REPOSITORY https://code.ihep.ac.cn/cepc/externals/RDAnalysis.git
GIT_TAG 4c24156a9ccec59c2d728ff9e1824743f1819850
)
FetchContent_MakeAvailable
(
RDAnalysis
)
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