[Paraview] ParaView Superbuild - changing default Paraciew cmake option

Ben Boeckel ben.boeckel at kitware.com
Fri Oct 17 22:06:00 EDT 2014


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


More information about the ParaView mailing list