On Fri, Dec 5, 2008 at 12:44 PM, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
They are placed in the current directory. Run it from another directory and then give the path to the source tree, as in:<div><br></div><div>checkout source tree to &quot;source&quot; directory</div><div>mkdir build</div>
<div>
cd build</div><div>cmake -G &quot;Unix Makefiles&quot; ../source</div><div><br></div><div>In this example, source and build are siblings...</div></blockquote></div><br><br>Apparently this does not work:<br>
<br>
cmake -G &quot;Visual Studio 9 2008&quot; ..<br>
<br>
The directory for my source is <i><b>C:\IT\source</b></i><br>
The directory I run CMake in is: <i><b>C:\IT\source\build</b></i><br>
<br>
Why does this not work?<br>