<div dir="ltr">Hi,<div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 10, 2014 at 2:16 PM, Szilárd Páll <span dir="ltr"><<a href="mailto:pszilard@kth.se" target="_blank">pszilard@kth.se</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Found a workaround:<br>
$ find /tmp/cmake-2.8.12.1 -type f | xargs dos2unix<br>
<br>
This must be a bug, should I file a report?<br></blockquote><div><br></div><div>Did you use the .zip file of the CMake sources? That one is intended to be used for Windows and hence contains Windows lineendings. Thus its not surprising that you have to convert that to unix first, not all *nix tools can handle windows lineendings.</div>
<div><br></div><div>Alternatively you can use the *.tar.* download of the CMake sources.</div><div><br></div><div>Andreas</div><div> </div></div></div></div>