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
8cc87cf0
Commit
8cc87cf0
authored
5 years ago
by
Andre Sailer
Committed by
Marko Petric
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
MakeGaudiMap: only print info about command when VERBOSE=1
parent
9470042e
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
cmake/MakeGaudiMap.cmake
+6
-8
6 additions, 8 deletions
cmake/MakeGaudiMap.cmake
with
6 additions
and
8 deletions
cmake/MakeGaudiMap.cmake
+
6
−
8
View file @
8cc87cf0
message
(
STATUS
" *** Gaudi listcomponents: Generate map for
${
libname
}
..."
)
#
# Running listcomponents from DD4hep
#
MESSAGE
(
STATUS
" *** MakeGaudiMap.cmake run command :
${
DD4HEP_LISTCOMPONENTS_CMD
}
-o
${
rootmapfile
}
${
libname
}
WORKING_DIRECTORY
${
LIBRARY_LOCATION
}
"
)
IF
(
$ENV{VERBOSE}
)
MESSAGE
(
" *** Gaudi listcomponents: Generate map for
${
libname
}
..."
)
MESSAGE
(
" *** MakeGaudiMap.cmake run command :
${
DD4HEP_LISTCOMPONENTS_CMD
}
-o
${
rootmapfile
}
${
libname
}
WORKING_DIRECTORY
${
LIBRARY_LOCATION
}
"
)
ENDIF
()
GET_FILENAME_COMPONENT
(
GAUDI_LISTCOMP_INSTALL
${
DD4HEP_LISTCOMPONENTS_CMD
}
DIRECTORY
)
if
(
APPLE
)
SET
(
ENV{DYLD_LIBRARY_PATH}
${
LIBRARY_LOCATION
}
:
${
DD4HEP_LIBRARY_LOCATION
}
:$ENV{DYLD_LIBRARY_PATH}:$ENV{DD4HEP_LIBRARY_PATH}
)
##EXECUTE_PROCESS( COMMAND echo DYLD_LIBRARY_PATH = $ENV{DYLD_LIBRARY_PATH} )
else
()
SET
(
ENV{LD_LIBRARY_PATH}
${
LIBRARY_LOCATION
}
:
${
DD4HEP_LIBRARY_LOCATION
}
:$ENV{LD_LIBRARY_PATH}
)
endif
()
...
...
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