Skip to content
Snippets Groups Projects

DD4hep 01-30: add another patch for root master compatibility

Merged Andre Sailer requested to merge dd4hep130comp into master
@@ -4,3 +4,8 @@
+if(TARGET ROOT::ROOTEve)
+ find_package (ROOT REQUIRED COMPONENTS ROOTEve CONFIG)
+endif()
--- DDCore/src/python/PythonPlugin.cpp~ 2024-09-10 08:44:15.000000000 +0200
+++ DDCore/src/python/PythonPlugin.cpp 2024-11-07 13:52:11.975647233 +0100
@@ -90 +90 @@
- TPython::Eval(c.second.c_str());
+ TPython::Exec(c.second.c_str());
Loading