[Paraview] Question on compiling external plugins with 5.2

Fabian Wein fabian.wein at fau.de
Mon Jan 2 15:36:51 EST 2017


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 -Dsuperbuild_download_location=$HOME/code/cfsdepscache/paraview -DCMAKE_OSX_SDK=macosx10.12 -DENABLE_paraviewexternalplugins:BOOL=ON -Dparaview_PLUGINS_EXTERNAL:STRING=CFSReader -Dparaview_PLUGIN_CFSReader_PATH:PATH=$METABUILD/../plugins/CFSReader

…
CMake Warning:
  Manually-specified variables were not used by the project:

    ENABLE_paraviewexternalplugins
…

I should have written, that I tried some variants before. 

Fabian



> Am 02.01.2017 um 20:01 schrieb Ben Boeckel <ben.boeckel at kitware.com>:
> 
> 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
> 
> --Ben



More information about the ParaView mailing list