Skip to content
Open
4 changes: 2 additions & 2 deletions JetAnalyzers/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<use name="rootcore"/>
<use name="rootMinuit"/>
<use name="rootspectrum"/>
<flags EDM_PLUGIN="1"/>
<!--
<flags EDM_PLUGIN="1"/>
-->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the change from EDM_PLUGIN to lib? Will this effect the EDAnalyzer in this package?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed it to make the src/ compiled.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I have no problem with this. As long as the code compiles and makes a .so in the CMSSW_BASE/lib folder I'm happy.

<export>
<lib name="1"/>
</export>
-->
Loading