Skip to content
Snippets Groups Projects

Make sure to set RPATH correctly in the cmake config to make ODD usable within...

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -18,6 +18,7 @@ endif()
# Find the DD4Hep package with corresponding library
find_package(DD4hep 1.21 REQUIRED CONFIG COMPONENTS DDCore DDDetectors)
dd4hep_set_compiler_flags()
# Add the main factory
add_subdirectory(factory)
Loading