Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
np
nptool
Commits
f56520df
Commit
f56520df
authored
Jan 18, 2022
by
Adrien Matta
☠
Browse files
* Fixing sofia nps compilation when gdml is not present
parent
5ddff336
Pipeline
#157303
passed with stages
in 3 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
NPSimulation/Detectors/Sofia/CMakeLists.txt
NPSimulation/Detectors/Sofia/CMakeLists.txt
+2
-0
No files found.
NPSimulation/Detectors/Sofia/CMakeLists.txt
View file @
f56520df
if
(
Geant4_gdml_FOUND
)
add_library
(
NPSSofTofW SHARED SofTofW.cc
)
target_link_libraries
(
NPSSofTofW NPSCore
${
ROOT_LIBRARIES
}
${
Geant4_LIBRARIES
}
${
NPLib_LIBRARIES
}
-lNPSofia
)
endif
()
Write
Preview
Markdown
is supported
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