That works great for building ITK, but for specific projects I need to set the specific ITK_DIR because I have several flavors of ITK. How do I specify that directory as a parameter to cmake via command line?<br><br><div class="gmail_quote">
On Sun, Jun 5, 2011 at 7:28 PM, Luis Ibanez <span dir="ltr">&lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Neil,<br>
<br>
from the command line,<br>
go to the binary directory<br>
where you want to build ITK<br>
<br>
and type<br>
<br>
   cmake   -G&quot;Visual Studio 9 2008 Win64&quot;<br>
      path_to_itk_source_tree<br>
<br>
<br>
---<br>
<br>
There are other options, but this is probably<br>
the simplest one.<br>
<br>
<br>
    Luis<br>
<br>
<br>
------------------------------------------------<br>
<div><div></div><div class="h5">On Mon, May 30, 2011 at 11:25 PM, Neil Panjwani &lt;<a href="mailto:paniwani@gmail.com">paniwani@gmail.com</a>&gt; wrote:<br>
&gt; Does someone have a script (batch, python, etc) to run Cmake via the command<br>
&gt; line in Windows to build ITK projects?<br>
&gt; The only settings I need to change are source and bin directories, ITK_DIR,<br>
&gt; and the compiler (32 vs 64-bit). Thanks.<br>
</div></div>&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>