I wouldn&#39;t object to this. A coworker and I just recently locally adjusted that to be IF(VTK_WRAP_TCL OR VTK_WRAP_PYTHON) as we were experimenting with creating a package with vtkpython and the vtk&#39;s python module.<div>

<br></div><div>Though, historicaly we have only included vtk.exe (a vtk-ified tcl interpreter) as part of the release so that one can easily run the examples in the book without building VTK.<br><div><br><div class="gmail_quote">

On Tue, Sep 28, 2010 at 4:32 AM, Benoit Bleuze <span dir="ltr">&lt;<a href="mailto:Benoit.Bleuze@inria.fr">Benoit.Bleuze@inria.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi everyone,<br>
<br>
I am trying to add VTK to an application on various platforms, and I use Cpack to generate stand alone VTK packages that we will ship with our software.<br>
<br>
However, I have a problem with the package generation: if there is no TCL wrapping enabled, the CMake files don&#39;t define any CPACK variables (taken from VTKCPack.cmake):<br>
<br>
# For now, only build the CPack installer if vtk(.exe) will be available for<br>
  # installation:<br>
  #<br>
  IF(VTK_WRAP_TCL)<br>
    SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY &quot;VTK - The Visualization Toolkit&quot;)<br>
    [...]<br>
<br>
<br>
Why is package generation  limited to the presence of the VTK_WRAP_TCL flag? and I guess from the comment in the file, why only when there is the vtk executable file? Library packages are more than common, so what is the reasoning behind this? And as a corollary, what about removing this limitation?<br>


<br>
Best Regards,<br>
Ben<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div></div>