Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW_OTE_development
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
yudian2002@sjtu.edu.cn
CEPCSW_OTE_development
Commits
dca0de07
Commit
dca0de07
authored
4 years ago
by
lintao@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
WIP: clean the unused code in CMakeLists.txt
parent
7b1cdcb9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Generator/CMakeLists.txt
+2
-18
2 additions, 18 deletions
Generator/CMakeLists.txt
Simulation/DetSimDedx/CMakeLists.txt
+0
-3
0 additions, 3 deletions
Simulation/DetSimDedx/CMakeLists.txt
with
2 additions
and
21 deletions
Generator/CMakeLists.txt
+
2
−
18
View file @
dca0de07
...
...
@@ -11,22 +11,6 @@ find_package(HepMC)
find_package
(
CLHEP REQUIRED;CONFIG
)
find_package
(
k4FWCore REQUIRED
)
if
(
ROOT_FOUND
)
message
(
"found ROOT:
${
ROOT_INCLUDE_DIRS
}
${
ROOT_LIBRARIES
}
"
)
endif
(
ROOT_FOUND
)
if
(
LCIO_FOUND
)
message
(
"found LCIO:
${
LCIO_INCLUDE_DIRS
}
${
LCIO_LIBRARIES
}
"
)
endif
(
LCIO_FOUND
)
if
(
podio_FOUND
)
message
(
"found podio:
${
podio_INCLUDE_DIRS
}
${
podio_LIBRARIES
}
"
)
endif
(
podio_FOUND
)
if
(
HepMC_FOUND
)
message
(
"found HepMC:
${
HepMC_INCLUDE_DIRS
}
${
HepMC_LIBRARY_DIR
}
"
)
endif
(
HepMC_FOUND
)
if
(
CLHEP_FOUND
)
message
(
"found CLHEP:
${
CLHEP_INCLUDE_DIRS
}
${
CLHEP_LIBRARY_DIR
}
"
)
endif
(
CLHEP_FOUND
)
gaudi_add_module
(
GenAlgo
SOURCES src/IGenTool.cpp
src/GenAlgo.cpp
...
...
@@ -47,8 +31,8 @@ gaudi_add_module(GenAlgo
${
HEPMC_LIBRARIES
}
${
CLHEP_LIBRARIES
}
${
LCIO_LIBRARIES
}
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
)
EDM4HEP::edm4hep EDM4HEP::edm4hepDict
)
install
(
TARGETS GenAlgo
EXPORT CEPCSWTargets
...
...
This diff is collapsed.
Click to expand it.
Simulation/DetSimDedx/CMakeLists.txt
+
0
−
3
View file @
dca0de07
...
...
@@ -5,9 +5,6 @@ find_package(DD4hep COMPONENTS DDG4 REQUIRED)
find_package
(
EDM4HEP REQUIRED
)
include_directories
(
${
EDM4HEP_INCLUDE_DIR
}
)
set
(
DetSimDedx_srcs
)
gaudi_add_module
(
DetSimDedx
SOURCES src/DummyDedxSimTool.cpp
src/BetheBlochEquationDedxSimTool.cpp
...
...
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