Skip to content

Commit

Permalink
Remove dependencies in FWCore BuildFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed May 17, 2021
1 parent 862798c commit c290cb4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FWCore/Concurrency/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<use name="FWCore/Utilities"/>
<use name="FWCore/Utilities" source_only="1"/>
<use name="tbb"/>
<export>
<lib name="1"/>
Expand Down
2 changes: 1 addition & 1 deletion FWCore/PluginManager/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<use name="boost"/>
<use name="tbb"/>
<use name="rootcore"/>
<use name="rootcling"/>
<use name="FWCore/Utilities"/>
<use name="stdcxx-fs"/>
<export>
Expand Down
2 changes: 1 addition & 1 deletion FWCore/Reflection/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<use name="rootcore"/>
<use name="rootcling"/>
<use name="FWCore/Utilities"/>
<export>
<lib name="1"/>
Expand Down
1 change: 0 additions & 1 deletion FWCore/Utilities/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<use name="boost"/>
<use name="boost_regex"/>
<use name="libuuid"/>
<use name="fmt"/>
<use name="tbb"/>
Expand Down

0 comments on commit c290cb4

Please sign in to comment.