Skip to content
Snippets Groups Projects
Unverified Commit fe2ca66d authored by Karl Semich's avatar Karl Semich Committed by Guilherme Amadio
Browse files

config: fix platform check for dataframe to match source

parent f54e9b3b
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ rootlibs="-lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -l ...@@ -75,7 +75,7 @@ rootlibs="-lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -l
-lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread\ -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread\
-lMultiProc" -lMultiProc"
if [ `uname -m` != 'i686' ]; then if [ "@UNIX@" != "1" ] || [ "@CMAKE_SIZEOF_VOID_P@" != "4" ]; then
rootlibs="$rootlibs -lROOTDataFrame" rootlibs="$rootlibs -lROOTDataFrame"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment