aboutsummarylogtreecommitdiffstats
path: root/ExRootAnalysis.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ExRootAnalysis.patch')
-rw-r--r--ExRootAnalysis.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/ExRootAnalysis.patch b/ExRootAnalysis.patch
deleted file mode 100644
index 7ae6a7f1d804..000000000000
--- a/ExRootAnalysis.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/delphes-3.4.0/external/ExRootAnalysis/CMakeLists.txt
-+++ b/delphes-3.4.0/external/ExRootAnalysis/CMakeLists.txt
-@@ -12,4 +12,16 @@ DELPHES_GENERATE_DICTIONARY(ExRootAnalysisDict ${headers} LINKDEF ExRootAnalysis
- add_library(ExRootAnalysis OBJECT ${sources} ExRootAnalysisDict.cxx)
-
- # install headers needed by public Delphes headers to include/
--install(FILES ExRootTask.h ExRootConfReader.h DESTINATION include/ExRootAnalysis)
-+install(FILES
-+ ExRootAnalysisLinkDef.h
-+ ExRootClassifier.h
-+ ExRootConfReader.h
-+ ExRootFilter.h
-+ ExRootProgressBar.h
-+ ExRootResult.h
-+ ExRootTask.h
-+ ExRootTreeBranch.h
-+ ExRootTreeReader.h
-+ ExRootTreeWriter.h
-+ ExRootUtilities.h
-+ DESTINATION include/ExRootAnalysis)