[Paraview] ParaView Superbuild - changing default Paraciew cmake option
Ben Boeckel
ben.boeckel at kitware.com
Wed Oct 29 16:53:46 EDT 2014
On Mon, Oct 20, 2014 at 15:57:26 +0000, Su, Simon M CTR USARMY ARL (US) wrote:
> Unfortunately, when I checked the CMakeCache.txt in the directory
> paraview/src/paraview-build after the cmake ran, I am still finding
Sorry, this email went under my radar.
> //Request building vtkIOXdmf3
> Module_vtkIOXdmf3:BOOL=OFF
>
> and Boost_NO_BOOST_CMAKE is none existence in the CMakeCache.txt
>
> I even tried both
> -DPV_EXTRA_CMAKE_ARGS:STRING="-DModule_vtkIOXdmf3:BOOL=ON -DBoost_NO_BOOST_CMAKE:BOOL=ON"
> and
> -DPV_EXTRA_CMAKE_ARGS:STRING="Module_vtkIOXdmf3:BOOL=ON Boost_NO_BOOST_CMAKE:BOOL=ON"
>
> thoughts?
Looking at the generated command line, it looks like the value is being
put in as a single argument. Try separating it with a ';' instead of a
space.
--Ben
More information about the ParaView
mailing list