<div>On Tue, Jun 26, 2012 at 12:58 PM, Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>&gt;</span> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I think you still need<br>
${VTK_LIBRARIES}</blockquote><div><br></div><div>I actually don&#39;t need ${VTK_LIBRARIES},</div><div><br></div><div>TARGET_LINK_LIBRARIES(TestITK ${ITK_LIBRARIES})</div><div><br></div><div>is sufficient. However, what I do need is:</div>
<div><br></div><div>FIND_PACKAGE(VTK)</div><div>INCLUDE(${USE_VTK_FILE})</div><div><br></div><div>Which I agree is not right :)</div><br>David</div>