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
7463081d
Commit
7463081d
authored
5 years ago
by
Markus Frank
Committed by
MarkusFrankATcernch
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Prepare DD4hep for Geant4 units in TGeo; Start digitization package
parent
6a09d474
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
DDDigi/CMakeLists.txt
+4
-2
4 additions, 2 deletions
DDDigi/CMakeLists.txt
with
4 additions
and
2 deletions
DDDigi/CMakeLists.txt
+
4
−
2
View file @
7463081d
...
...
@@ -19,10 +19,12 @@ dd4hep_add_package_library(DDDigi SOURCES src/*.cpp
[OPTIONAL TBB REQUIRED]
)
if
(
TBB_INCLUDE_DIR
)
message
(
STATUS
"
TBB_INCLUDE_DIR -->
${
TBB_INCLUDE_DIR
}
"
)
message
(
STATUS
"
TBB_LIBRARY -->
${
TBB_LIBRARY
}
"
)
dd4hep_print
(
"++>
TBB_INCLUDE_DIR -->
${
TBB_INCLUDE_DIR
}
"
)
dd4hep_print
(
"++>
TBB_LIBRARY -->
${
TBB_LIBRARY
}
"
)
target_compile_definitions
(
DDDigi PUBLIC DD4HEP_USE_TBB
)
target_link_libraries
(
DDDigi
${
TBB_LIBRARY
}
)
else
()
dd4hep_print
(
"++> TBB_INCLUDE_DIR -->
${
TBB_INCLUDE_DIR
}
"
)
endif
()
#--------------------------- Legacy libraries -------------------------------------
...
...
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