<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/3 Saad Khattak <span dir="ltr">&lt;<a href="mailto:saadrustam@gmail.com" target="_blank">saadrustam@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div class="gmail_extra">That prints the directory in the console:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><span style="color:rgb(255,0,0)">Z:/engine/src/mySDK</span></div>

<div class="gmail_extra"><br><div class="gmail_quote">But did not extract to it. Note that mySDK exists, and the tar is in the &#39;src&#39; folder and I am able to extract in the &#39;src&#39; folder properly.</div></div>
</div></blockquote><div><br></div><div>Ok this is weird. <br></div><div><br>Which version of CMake are you using? (try cmake --version)<br></div><div>You seem to be running on a Windows host,<br></div><div>do you use native CMake or some combination of cygwin and cygwin cmake?<br>
<br></div><div>Which cmake generator are you using? (Visual Studio xxx, MinGW, ...)<br></div><div><br></div><div>Is cmake able to untar &quot;manually&quot; i.e. could you try that:<br><br></div><div><span style="font-family:times new roman,serif">cd Z:/engine/src/mySDK<span style="color:rgb(255,0,0)"><br>
</span></span></div><span style="font-family:times new roman,serif">cmake -E tar xvf ../mySDK.tar.gz</span><div><br><br></div><div><br></div></div></div></div>