On Fri, Mar 13, 2015 at 02:55:09 +0000, Scott, W Alan wrote:
> Is it possible to build ParaView with the superbuild, but change a few
> lines of code?  I want to comment out a few warnings.  These lines of
> source code keep getting written over.

You could apply a "patch"[1] (using an ExternalData step of which at
least Projects/apple/qt.cmake should have an example or two) or point
the superbuild to a different git repo with the patches applied. Without
looking, I can't remember the exact names of the cache variables, but
they're something like "paraview_GIT_URL" and "paraview_GIT_HASH". Both
should be advanced variables on the master branch.

--Ben

[1]Due to the lack of a patch command on Windows, "patch" in superbuilds
usually means "copy a file wholesale as a replacement".
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

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

Reply via email to