Mark, do you mind reporting this as a bug. The feedback you have provided has been very helpful.<div><br></div><div>Thanks!<br><br><div class="gmail_quote">On Tue, Mar 9, 2010 at 5:33 AM, Mark Olesen <span dir="ltr">&lt;<a href="mailto:Mark.Olesen@faurecia.com">Mark.Olesen@faurecia.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Thu, 2010-03-04 at 16:42 -0500, Dave Partyka wrote:<br>
&gt; Greetings Everyone,<br>
&gt;<br>
&gt;<br>
&gt; I have recently commited a fair amount of changes to ParaView that<br>
&gt; lets a developer create a functional development tree that could be<br>
&gt; distributed. The development tree includes all the necessary headers,<br>
&gt; libraries, CMake files and executable tools one would need for<br>
&gt; developing ParaView branded applications and Plugins without building<br>
&gt; your own ParaView.<br>
<br>
<br>
</div>For the &quot;hard-test&quot; with PARAVIEW_INSTALL_DEVELOPMENT turned on.<br>
<br>
- make &amp;&amp; make install<br>
- relocate the built tree somewhere else<br>
- rename the source tree to another name (to check if the source tree<br>
really isn&#39;t needed).<br>
<br>
After doing this, and setting ParaView_DIR to point to the new location,<br>
building a separate plugin still fails, due to the following bits from<br>
the plug CMakeLists.txt:<br>
<br>
   FIND_PACKAGE(ParaView REQUIRED)<br>
   INCLUDE(${PARAVIEW_USE_FILE})<br>
<br>
<br>
The $ParaView_DIR/ParaViewConfig.cmake is found and it contains<br>
references to the now non-existent paraview source directory.<br>
<br>
If I move $ParaView_DIR/ParaViewConfig.cmake out of the way, the<br>
$ParaView_DIR/lib/paraview-3.7/ParaViewConfig.cmake file is correctly<br>
found and the build succeeds.<br>
<br>
Is there a make target that I should be using to avoid this (eg, &quot;make<br>
somewhatclean&quot;) or should I just move the file out of the way and be<br>
done with it?<br>
<font color="#888888"><br>
/mark<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
DISCLAIMER:<br>
This electronic transmission (and any attachments thereto) is intended solely for the use of the addressee(s). It may contain confidential or legally privileged information. If you are not the intended recipient of this message, you must delete it immediately and notify the sender. Any unauthorized use or disclosure of this message is strictly prohibited. Faurecia does not guarantee the integrity of this transmission and shall therefore never be liable if the message is altered or falsified nor for any virus, interception or damage to your system.<br>

<br>
</div></div></blockquote></div><br></div>