Hi, On Fri, Jan 10, 2014 at 2:16 PM, Szilárd Páll <[email protected]> wrote:
> Found a workaround: > $ find /tmp/cmake-2.8.12.1 -type f | xargs dos2unix > > This must be a bug, should I file a report? > 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. Alternatively you can use the *.tar.* download of the CMake sources. Andreas
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
