Re: [Paraview] Question on compiling external plugins with 5.2

2017-01-02 Thread Ben Boeckel
On Mon, Jan 02, 2017 at 21:36:51 +0100, Fabian Wein wrote: > Then I do something wrong: > > cmake ../paraview-superbuild -DCMAKE_BUILD_TYPE:STRING=Release > -DBUILD_TESTING=OFF -DENABLE_cxx11=ON -DENABLE_qt5=ON -DENABLE_boost:BOOL=ON > -DENABLE_hdf5:BOOL=ON -DENABLE_zlib:BOOL=ON

Re: [Paraview] Question on compiling external plugins with 5.2

2017-01-02 Thread Fabian Wein
Then I do something wrong: cmake ../paraview-superbuild -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_TESTING=OFF -DENABLE_cxx11=ON -DENABLE_qt5=ON -DENABLE_boost:BOOL=ON -DENABLE_hdf5:BOOL=ON -DENABLE_zlib:BOOL=ON -DENABLE_png:BOOL=ON

Re: [Paraview] Question on compiling external plugins with 5.2

2017-01-02 Thread Ben Boeckel
On Fri, Dec 30, 2016 at 23:48:52 +0100, Fabian Wein wrote: > • enable_paraviewexternalplugins:BOOL=ON: Enables building using external > plugins. Sorry, that should be ENABLE_paraviewexternalplugins. PR pushed: https://gitlab.kitware.com/paraview/paraview-superbuild/merge_requests/253

[Paraview] Question on compiling external plugins with 5.2

2016-12-30 Thread Fabian Wein
Hello, we have a legacy implementation of a PV reader plugin which is patched into the PV code. I want to refactor this approach to an external plugin. In https://gitlab.kitware.com/paraview/paraview-superbuild it says: - External plugins The superbuild supports building more plugins into