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
968e0dbd
Commit
968e0dbd
authored
6 years ago
by
Markus Frank
Committed by
MarkusFrankATcernch
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Improve selective builds in DD4hep: No Geant4 present
parent
e8e4133c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
with
3 additions
and
3 deletions
CMakeLists.txt
+
3
−
3
View file @
968e0dbd
...
...
@@ -152,9 +152,9 @@ configure_file(cmake/thisdd4hep_only.csh bin/thisdd4hep_only.csh @ONLY)
configure_file
(
cmake/thisdd4hep_only.sh bin/thisdd4hep_only.sh @ONLY
)
configure_file
(
cmake/run_test.sh bin/run_test.sh @ONLY
)
install
(
FILES
${
CMAKE_BINARY_DIR
}
/bin/thisdd4hep.csh
${
CMAKE_BINARY_DIR
}
/bin/thisdd4hep.sh DESTINATION bin
)
install
(
FILES
${
CMAKE_BINARY_DIR
}
/bin/thisdd4hep_only.csh
${
CMAKE_BINARY_DIR
}
/bin/thisdd4hep_only.sh DESTINATION bin
)
install
(
PROGRAMS
${
CMAKE_BINARY_DIR
}
/bin/run_test.sh DESTINATION bin
)
install
(
FILES
${
CMAKE_BINARY_DIR
}
/bin/thisdd4hep.csh
${
CMAKE_BINARY_DIR
}
/bin/thisdd4hep.sh DESTINATION bin
)
install
(
FILES
${
CMAKE_BINARY_DIR
}
/bin/thisdd4hep_only.csh
${
CMAKE_BINARY_DIR
}
/bin/thisdd4hep_only.sh DESTINATION bin
)
install
(
PROGRAMS
${
CMAKE_BINARY_DIR
}
/bin/run_test.sh
DESTINATION bin
)
install
(
DIRECTORY cmake
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
...
...
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