File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ newlib="-lNew"
7474rootglibs=" -lGui"
7575rootevelibs=" -lEve -lEG -lGeom -lGed -lRGL"
7676rootlibs=" -lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -lTree -lTreePlayer\
77- -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lROOTNTuple"
77+ -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lROOTNTuple -lROOTNTupleUtil "
7878
7979# MultiProc is not supported on Windows
8080if test " $platform " ! = " win32" ; then
@@ -85,10 +85,6 @@ if echo "${features}" | grep -q "dataframe"; then
8585 rootlibs=" $rootlibs -lROOTDataFrame"
8686fi
8787
88- if echo " ${features} " | grep -q " root7" ; then
89- rootlibs=" $rootlibs -lROOTNTupleUtil"
90- fi
91-
9288if test " $platform " = " win32" ; then
9389 rootulibs=" -include:_G__cpp_setupG__Net \
9490 -include:_G__cpp_setupG__IO \
Original file line number Diff line number Diff line change 99# @author Jakob Blomer CERN
1010############################################################################
1111
12- if (NOT root7)
13- return ()
14- endif ()
15-
1612ROOT_STANDARD_LIBRARY_PACKAGE(ROOTNTupleUtil
1713HEADERS
1814 ROOT/RNTupleImporter.hxx
You can’t perform that action at this time.
0 commit comments