<div dir="ltr"><div>Alan,<br><br></div><div>We refactored the superbuild so that other projects than paraview could have multiple possible sources.  The new variable is paraview_SOURCE_SELECTION.  The options are '5.2.0' (downloads tarball from <a href="http://paraview.org" target="_blank">paraview.org</a> and the default), 'git' (pulls git master), and 'source' which uses an external source dir.  The git and source options are customizable with other variables (to specify which source dir or which git branch/tag to use).  I think what you want now is this:<br><br></div><div>cMakeVars = cMakeVars +\<br></div><div>    '-Dparaview_SOURCE_SELECTION:<wbr>STRING=source '+\<br></div><div>    '-Dparaview_SOURCE_DIR:PATH='+<wbr>pvSrcDir+' '<br><br></div><div>The first one has the same effect as the first two in your example and the last one sets the path to the source dir of ParaView.<br></div><div><br></div><div>HTH,<br></div><div>Shawn<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 30, 2016 at 2:50 PM, Scott, W Alan <span dir="ltr"><<a href="mailto:wascott@sandia.gov" target="_blank">wascott@sandia.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="#0563C1" vlink="#954F72" lang="EN-US">
<div class="m_-1283087157629116987m_1710643958480058779WordSection1">
<p class="MsoNormal">I have set the following variables, attempting to turn off Paraview’s downloading from the <a href="http://paraview.org" target="_blank">paraview.org</a> website.  Yet, SuperBuild is downloading everything externally!  What am I doing wrong?  How can I make ParaView not do this download
 and just fail?  Are the switches just ignored?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">cMakeVars = cMakeVars +\<u></u><u></u></p>
<p class="MsoNormal">        '-DParaView_FROM_GIT:BOOL=OFF '+\<u></u><u></u></p>
<p class="MsoNormal">        '-DParaView_FROM_SOURCE_DIR:BO<wbr>OL=ON '+\<u></u><u></u></p>
<p class="MsoNormal">        '-DPARAVIEW_SOURCE_DIR:PATH='+<wbr>pvSrcDir+' '<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Groan.<span class="m_-1283087157629116987HOEnZb"><font color="#888888"><u></u><u></u></font></span></p><span class="m_-1283087157629116987HOEnZb"><font color="#888888">
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Alan<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</font></span></div>
</div>

<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview-develope<wbr>rs</a><br>
<br></blockquote></div><br></div></div>