Skip to content

Commit

Permalink
Merge pull request #26293 from fabiocos/fc-devel106X
Browse files Browse the repository at this point in the history
Revert  PR 25975 "Change devel build to use pybind11 for cmsRun"
  • Loading branch information
cmsbuild authored Mar 29, 2019
2 parents 73cf897 + b4653fa commit d5659fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FWCore/Framework/bin/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<use name="FWCore/ParameterSet"/>
<use name="FWCore/ParameterSetReader"/>
</bin>
<bin name="cmsRun" file="cmsRunPyDev.cpp">
<bin name="cmsRun" file="cmsRun.cpp">
<use name="tbb"/>
<use name="boost"/>
<use name="boost_program_options"/>
Expand All @@ -41,7 +41,7 @@
<use name="FWCore/ServiceRegistry"/>
<use name="FWCore/Utilities"/>
<use name="FWCore/ParameterSet"/>
<use name="FWCore/PyDevParameterSet"/>
<use name="FWCore/ParameterSetReader"/>
</bin>
<bin name="cmsRunVDT" file="cmsRun.cpp">
<use name="vdt"/>
Expand Down

0 comments on commit d5659fc

Please sign in to comment.