<br><div class="gmail_quote">On Fri, Dec 18, 2009 at 6:37 AM, michiel mentink <span dir="ltr">&lt;<a href="mailto:michael.mentink@st-hughs.ox.ac.uk">michael.mentink@st-hughs.ox.ac.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi Sravan,<br><br>first find out where FindITK is, open it, and in that
file, you&#39;ll find some directories that will be searched if the cmake
can&#39;t find ITK<br>instantly. To that list, add:<br><br>#added by Sravan<br>
/home/path/mypath<br><br>and obviously change mypath to whereever you&#39;ll find ITKConfig.cmake (find that with locate ITKConfig.cmake in linux)<br><br>You&#39;ll find a similar description on my webpage:<br><a href="https://sites.google.com/site/michielmentink/programming/cmake/adding-libraries" target="_blank">https://sites.google.com/site/michielmentink/programming/cmake/adding-libraries</a><br>


<br>good luck, <br><br>Michael<br><br><br><div><div><div></div><div class="h5"><span class="gmail_quote">On 12/18/09, <b class="gmail_sendername">sravan kumar</b> &lt;<a href="mailto:kumar.sravan09@gmail.com" target="_blank">kumar.sravan09@gmail.com</a>&gt; wrote:</span></div>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">
hi all,<br><br>I am using Fedora 10 linux.I was able to install ITK and cmake successfully.But when i tried to cmake the Helloworld program in Examples/Installation directory i got an error like this:<br><font color="#3366ff"><br>



CMake error at /usr/local/share/cmake-2.8/Modules/FindITK.cmake:97<br><br>Please
set the ITK_DIR to the directory containing ITKConfig.cmake. This is
either the root of the build tree, or PREFIX/lib/InsightToolKit  during
the Installation.<br><font color="#333333"><br>Can some one tell me the solution.<br clear="all"></font>
</font><br clear="all"><br>-- <br>With Best Regards,<br><br>Y.Sravan Kumar<br>II M.Tech(CS),<br>Sri Sathya Sai University,<br>PRASHANTINILAYAM - 515134<br><br>
<br></div></div>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br></blockquote></div></blockquote><div><br>You should edit your ~/.bashrc and add:<br><br>export ITK_DIR=&quot;/home/doriad/bin/Insight&quot;<br><br>Where clearly &quot;/home/doriad/bin/Insight&quot; should be replaced by the path to your ITK installation.<br>
<br clear="all">Thanks,<br><br>David<br></div></div>