Re: [Paraview] Cmake flags

2017-05-17 Thread Cory Quammen
Indeed, we could have better descriptions in a number of options. As far as I know, the VTK_Group_* options are set up by ParaView, so changing them won't do anything. Ideally, they would be hidden, but it hasn't been high priority to do so. Just know that you can ignore them.

Re: [Paraview] Cmake flags

2017-05-16 Thread Cory Quammen
Rustem, You can find some of the options described at http://www.paraview.org/Wiki/ParaView:Build_And_Install#ParaView_Settings For others, each build flag has a brief description in the CMakeLists.txt file, e.g., option(PARAVIEW_BUILD_QT_GUI "Enable ParaView Qt-based client" ON) The

[Paraview] Cmake flags

2017-05-16 Thread Rustem Khabetdinov
Hello, Is there any documentation present for cmake build flags? Especially I am interested in advanced section. Best Regards, Rustem ___ Powered by www.kitware.com Visit other Kitware open-source projects at

[Paraview] Cmake flags

2017-03-17 Thread Rustem Khabetdinov
Hello, Is there any detailed description for cmake flags? The most interesting are: VTK_Group_Imaging VTK_Group_MPI VTK_Group_Rendering Module_vtkImagingOpenGL2 On VTK_Group_Views VTK_Group_ParaViewQt VTK_Group_ParaViewRendering