[CMake] ExternalProject git clone hangs on windows

Sergei Nikulov sergey.nikulov at gmail.com
Sat Aug 15 02:05:37 EDT 2015


15 авг. 2015 г. 3:04 AM пользователь "Tevet, Avi A" <avi.a.tevet at intel.com>
написал:
>
> Hi all,
>
>
> Can someone please tell me what I need to do so that I can use VS2015 to
build a project with git dependencies managed through ExternalProject_add?
>

Try clone git project using url from ExternalPoject_add.
Possible git will request something interactively - like add ssh key of
remote host or request password.
If so, this was a reason for hang.

As solution - add host keys permanently or change url to https/local clone
scheme.
If password used on ssh key - remove it if possible.

HTH,

>
> Thanks,
>
>
>
> Avi
>
>
> --
>
> 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://public.kitware.com/mailman/listinfo/cmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20150815/31ad4975/attachment.html>


More information about the CMake mailing list