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
_______________________________________________
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