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
9
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
Merge requests
!53
Optimize cmake and reduce the find_package.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Optimize cmake and reduce the find_package.
lintao/CEPCSW:lintao/cmake/dependencies
into
master
Overview
2
Commits
2
Pipelines
5
Changes
14
Merged
lintao@ihep.ac.cn
requested to merge
lintao/CEPCSW:lintao/cmake/dependencies
into
master
10 months ago
Overview
2
Commits
2
Pipelines
5
Changes
14
Expand
0
0
Merge request reports
Compare
master
version 5
5b9acbf6
10 months ago
version 4
0a836573
10 months ago
version 3
8436b663
10 months ago
version 2
924c8e27
10 months ago
version 1
924c8e27
10 months ago
master (base)
and
latest version
latest version
108bdfc9
2 commits,
10 months ago
version 5
5b9acbf6
2 commits,
10 months ago
version 4
0a836573
9 commits,
10 months ago
version 3
8436b663
8 commits,
10 months ago
version 2
924c8e27
1 commit,
10 months ago
version 1
924c8e27
1 commit,
10 months ago
14 files
+
23
−
92
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
Detector/DetCEPCv4/CMakeLists.txt
+
0
−
12
Options
@@ -4,18 +4,6 @@
# Based on package: lcgeo
################################################################################
find_package
(
DD4hep COMPONENTS DDRec DDG4 DDParsers REQUIRED
)
# find_package(DD4hep)
find_package
(
Geant4
)
include
(
${
Geant4_USE_FILE
}
)
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
${
DD4hep_ROOT
}
/cmake
)
include
(
DD4hep
)
find_package
(
ROOT COMPONENTS MathCore GenVector Geom REQUIRED
)
# install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/compact DESTINATION Detector/DetCEPCv4)
gaudi_add_module
(
DetCEPCv4
SOURCES src/tracker/VXD04_geo.cpp
src/tracker/FTD_Simple_Staggered_geo.cpp
Loading