[Paraview] static instead of shared lib?

2011-04-26 Thread pratik
I had built the tensorglyph plugin on my laptop, and it compiled into a shared library(.so), but on doing the same thing on the cluster it is being compiled as a static library(.a)! How to i make it compile share library? I have used the SAME cmake install prefix, that given in the install file

Re: [Paraview] static instead of shared lib?

2011-04-26 Thread David Partyka
Set BUILD_SHARED_LIBS to ON in CMake. On Tue, Apr 26, 2011 at 7:48 PM, pratik wrote: > I had built the tensorglyph plugin on my laptop, and it compiled into a > shared library(.so), but on doing the same thing on the cluster it is being > compiled as a static library(.a)! How to i make it compil