[Paraview] ParaView Superbuild - changing default Paraciew cmake option
Ben Boeckel
ben.boeckel at kitware.com
Fri Oct 17 12:23:23 EDT 2014
On Fri, Oct 17, 2014 at 15:18:00 +0000, Su, Simon M CTR USARMY ARL (US) wrote:
> CMake Warning:
> Manually-specified variables were not used by the project:
>
> Boost_NO_BOOST_CMAKE
> Module_vtkIOXdmf3
>
> How do I go around that?
The options need to be passed to the ParaView build itself, not the
superbuild. There's a cache option in the superbuild named
PV_EXTRA_CMAKE_ARGS which should contain
"-DBoost_NO_BOOST_CMAKE:BOOL=ON -DModule_vtkIOXdmf3:BOOL=ON" to pass it
to the ParaView build properly.
--Ben
More information about the ParaView
mailing list