<div><div class="gmail_quote">On Wed, Oct 20, 2010 at 11:25 PM, Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
What ITK cmake? The toolkit ITK has no dependencies on VTK. Combining<br>
ITK and VTK is done in the application that wants to use both.<br>
<br>
Bill<br>
<div><div></div><div class="h5"></div></div></blockquote></div><br></div><div>I can agree with that, but you can see how this line:</div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8">include_directories(/home/doriad/src/ITK/Wrapping/WrapITK/ExternalProjects/ItkVtkGlue/src/)<div>
<br></div><div>prevents anyone else from using my code. I tried </div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8">include_directories(${ITK_SOURCE_DIR}/Wrapping/WrapITK/ExternalProjects/ItkVtkGlue/src/)</div>
<div><br></div><div>but that variable doesn&#39;t seem to be defined.</div><div><br>David</div></div>