Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
7953562d
Commit
7953562d
authored
5 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
add to the ddsim source file the suffix and remove in installation
parent
4bd9009a
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
DDG4/CMakeLists.txt
+1
-1
1 addition, 1 deletion
DDG4/CMakeLists.txt
DDG4/python/DDSim/bin/ddsim.py
+0
-0
0 additions, 0 deletions
DDG4/python/DDSim/bin/ddsim.py
with
1 addition
and
1 deletion
DDG4/CMakeLists.txt
+
1
−
1
View file @
7953562d
...
...
@@ -122,7 +122,7 @@ target_link_libraries(g4FromXML DDG4)
file
(
GLOB DDG4_python python/*.py python/*.C
)
install
(
FILES
${
DDG4_python
}
DESTINATION lib/python
${
Python_VERSION_MAJOR
}
.
${
Python_VERSION_MINOR
}
/site-packages
)
install
(
PROGRAMS python/DDSim/bin/ddsim DESTINATION bin
)
install
(
PROGRAMS python/DDSim/bin/ddsim
.py
DESTINATION bin
RENAME ddsim
)
install
(
PROGRAMS python/bin/checkOverlaps.py DESTINATION bin RENAME checkOverlaps
)
install
(
PROGRAMS python/bin/checkGeometry.py DESTINATION bin RENAME checkGeometry
)
...
...
This diff is collapsed.
Click to expand it.
DDG4/python/DDSim/bin/ddsim
→
DDG4/python/DDSim/bin/ddsim
.py
+
0
−
0
View file @
7953562d
File moved
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