[Paraview] Question on compiling external plugins with 5.2
Ben Boeckel
ben.boeckel at kitware.com
Mon Jan 2 15:51:18 EST 2017
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 -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.
Oops, something even more fundumental was wrong; it is actually:
ENABLE_paraviewpluginsexternal
MR updated. Thanks,
--Ben
More information about the ParaView
mailing list