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
6f5b4b27
Commit
6f5b4b27
authored
8 years ago
by
Marko Petric
Browse files
Options
Downloads
Patches
Plain Diff
Remove duplicate dd4hep_set_compiler_flags()
parent
a867d6f2
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
examples/CMakeLists.txt
+2
-2
2 additions, 2 deletions
examples/CMakeLists.txt
with
2 additions
and
2 deletions
examples/CMakeLists.txt
+
2
−
2
View file @
6f5b4b27
...
...
@@ -30,9 +30,9 @@ find_package ( DD4hep REQUIRED )
include
(
${
DD4hep_DIR
}
/cmake/DD4hep.cmake
)
include
(
${
DD4hep_DIR
}
/cmake/DD4hepBuild.cmake
)
#
dd4hep_set_compiler_flags
()
#
find_package
(
ROOT REQUIRED COMPONENTS Geom GenVector
)
include
(
${
ROOT_USE_FILE
}
)
#
dd4hep_set_compiler_flags
()
#
dd4hep_configure_output
()
...
...
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