Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sft
lcgcmake
Commits
762fddac
Commit
762fddac
authored
Nov 22, 2019
by
Gunter Folger
Browse files
add valgrind to Geant4 dependencies
parent
e859b080
Pipeline
#1245567
passed with stage
in 5 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
projects/CMakeLists.txt
View file @
762fddac
...
...
@@ -398,7 +398,7 @@ add_custom_target(GeantV-externals
DEPENDS
${
GeantV-dependencies
}
)
#---Geant4Deps-----------------------------------------------------------------------------------------
set
(
Geant4-alldeps ROOT VecGeom Python Qt5 tbb XercesC clhep expat ninja ccache CMake lcgenv
)
set
(
Geant4-alldeps ROOT VecGeom Python Qt5 tbb XercesC clhep expat ninja ccache CMake lcgenv
valgrind
)
foreach
(
dep
${
Geant4-alldeps
}
)
if
(
DEFINED
${
dep
}
_native_version
)
set
(
Geant4-dependencies
${
Geant4-dependencies
}
${
dep
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment