On Fri, Oct 17, 2014 at 17:41:58 +0000, Su, Simon M CTR USARMY ARL (US) wrote:
> When I do both argument in the same -DPV_EXTRA_CMAKE_ARGS, cmake also didn't 
> like it.
> -DPV_EXTRA_CMAKE_ARGS="-DModule_vtkIOXdmf3:BOOL=ON 
> -DBoost_NO_BOOST_CMAKE:BOOL=ON" 
> 
> I am getting 
> CMake Warning:
>   Manually-specified variables were not used by the project:
> 
>     PV_EXTRA_CMAKE_ARGS=-DModule_vtkIOXdmf3

Weird. It looks like the argument is being split at the colon? Playing
around with it a bit, it seems it's the shell's doing. Put the quotes
around the entire argument, not after the equals sign.

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