Skip to content
Snippets Groups Projects
Commit 0d3c03b6 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Need a patch!

parent 446d7307
No related branches found
No related tags found
2 merge requests!330[SPI-1517] + [SPI-1518] + bison relocation fix,!327Upgrade Geant4 version
Pipeline #1342941 passed
--- cmake/Modules/G4VecGeomShim.cmake.orig 2020-01-14 18:38:43.000000000 +0100
+++ cmake/Modules/G4VecGeomShim.cmake 2020-01-14 18:32:36.000000000 +0100
@@ -11,7 +11,7 @@
string(REGEX REPLACE "^\-D|;-D" ";" VECGEOM_COMPILE_DEFINITIONS "${VECGEOM_DEFINITIONS}")
set_target_properties(VecGeom::VecGeom PROPERTIES
- INTERFACE_COMPILE_DEFINITIONS ${VECGEOM_COMPILE_DEFINITIONS}
+ INTERFACE_COMPILE_DEFINITIONS "${VECGEOM_COMPILE_DEFINITIONS}"
INTERFACE_INCLUDE_DIRECTORIES "${VECGEOM_INCLUDE_DIRS}"
INTERFACE_LINK_LIBRARIES "${VECGEOM_LIBRARIES}"
IMPORTED_LOCATION "${VECGEOM_LIBRARY}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment