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
d16949d9
Commit
d16949d9
authored
4 years ago
by
Markus FRANK
Committed by
MarkusFrankATcernch
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix to propagate definitions properly to depending compilation units
parent
ac01322a
No related branches found
Branches containing commit
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
-0
3 additions, 0 deletions
CMakeLists.txt
with
3 additions
and
0 deletions
CMakeLists.txt
+
3
−
0
View file @
d16949d9
...
...
@@ -209,6 +209,9 @@ ELSE()
IF
(
DD4HEP_BUILD_DEBUG MATCHES
"ON"
OR
(
CMAKE_BUILD_TYPE MATCHES
"DEBUG|Debug"
AND NOT DD4HEP_BUILD_DEBUG MATCHES
"OFF"
))
message
(
STATUS
"BUILD DD4HEP and depending software with debug extensions"
)
target_compile_definitions
(
DDCore PUBLIC DD4HEP_DEBUG=1
)
set
(
DD4HEP_BUILD_DEBUG ON
)
ELSE
()
set
(
DD4HEP_BUILD_DEBUG OFF
)
ENDIF
()
message
(
STATUS
"BUILD Packages:
${
DD4HEP_BUILD_PACKAGES
}
"
)
...
...
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