<div class="gmail_quote">On Sat, Jul 21, 2012 at 1:25 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Folks,<br><br>VTK modularization enables an App to use FIND_PACKAGE to specify the modules desired for the App. Is there a mechanism to determine the minimal set of modules required for an App (e.g. by looking at the vtk includes in the App)? If not, I'll take a stab at a python script to do this. I need an excuse to learn python.<span class="HOEnZb"><font color="#888888"><br>

<br>Bill<br></font></span></blockquote><div><br></div>If that is possible, could it be done directly in CMake instead of an external python script? Something like</div><div class="gmail_quote"><br></div><div class="gmail_quote">
FIND_PACKAGE(VTK MINIMAL) </div><div class="gmail_quote"><br></div><div class="gmail_quote">or something like that? Or better, why not just make it the default:</div><div class="gmail_quote"><br></div><div class="gmail_quote">
FIND_PACKAGE(VTK) # only include the necessary modules from VTK<br clear="all"><br><div>David</div></div>