Skip to content
Snippets Groups Projects

fix compilation with ROOT

Merged Dorothea Vom Bruch requested to merge fix_compilation_with_ROOT into master
2 files
+ 6
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
2
@@ -38,6 +38,7 @@ cuda_add_library(Stream STATIC
)
if ( ROOT_FOUND )
target_compile_definitions(Stream PUBLIC WITH_ROOT)
target_link_libraries(Stream
Velo
VeloUT
@@ -49,5 +50,3 @@ else()
VeloUT
x86VeloUT)
endif()
Loading