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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to