<div>On Wed, Dec 9, 2009 at 3:37 PM, Sarah Waldron <span dir="ltr">&lt;<a href="mailto:sarah.waldron11@yahoo.com">sarah.waldron11@yahoo.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;">
<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit"><div>Hello,</div>
<div>I have an source ITK program *.cxx and CMakeLists.txt file. I&#39;m trying to build it, but I don&#39;t get the after I do ccmake, and configure, I don&#39;t get the line where I&#39;m supposed to set my ITK directory. So when I build the program, by typing make it gives me all these errors. How can I set the ITK directory, if the option doesn&#39;t appear in the window?</div>

<div>Sarah</div></td></tr></tbody></table><br></blockquote><div><br></div><div>Do you have these lines in your CMakeLists.txt file?</div><div> </div><div>FIND_PACKAGE(ITK REQUIRED)</div><div>INCLUDE(${ITK_USE_FILE})</div>
<div><br></div>Thanks,<br><br>David<br><div><br></div></div>