Re: [CMake] ExternalProject git clone hangs on windows

2015-08-25 Thread Tevet, Avi A
t 17, 2015 10:10 AM To: Sergei Nikulov Cc: cmake@cmake.org Subject: Re: [CMake] ExternalProject git clone hangs on windows Thanks, I hadn’t thought about the SSH problem. I’ll investigate. From: Sergei Nikulov [mailto:sergey.niku...@gmail.com] Sent: Friday, August 14, 2015 11:06 PM To: Tevet, Avi

Re: [CMake] ExternalProject git clone hangs on windows

2015-08-17 Thread Tevet, Avi A
Thanks, I hadn’t thought about the SSH problem. I’ll investigate. From: Sergei Nikulov [mailto:sergey.niku...@gmail.com] Sent: Friday, August 14, 2015 11:06 PM To: Tevet, Avi A Cc: cmake@cmake.org Subject: Re: [CMake] ExternalProject git clone hangs on windows 15 авг. 2015 г. 3:04 AM

Re: [CMake] ExternalProject git clone hangs on windows

2015-08-17 Thread Tevet, Avi A
Thanks for the information. From: Petr Kmoch [mailto:petr.km...@gmail.com] Sent: Monday, August 17, 2015 1:05 AM To: Tevet, Avi A Cc: cmake@cmake.org Subject: Re: [CMake] ExternalProject git clone hangs on windows Hi Avi. On Sat, Aug 15, 2015 at 1:54 AM, Tevet, Avi A mailto:avi.a.te

Re: [CMake] ExternalProject git clone hangs on windows

2015-08-17 Thread Petr Kmoch
Hi Avi. On Sat, Aug 15, 2015 at 1:54 AM, Tevet, Avi A wrote: > Hi all, > > > [...] > > > > I don’t know if this is related, but when I look inside the generated VS > projects for the dependencies, I see the “CMake Rules” directory full of > *.rule files, but they are all effectively empty, conta

Re: [CMake] ExternalProject git clone hangs on windows

2015-08-14 Thread Sergei Nikulov
15 авг. 2015 г. 3:04 AM пользователь "Tevet, Avi A" написал: > > 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 gi

[CMake] ExternalProject git clone hangs on windows

2015-08-14 Thread Tevet, Avi A
Hi all, I've developed some source code in an SVN repo, with dependencies on a few git repos. My cmake build uses the ExternalProject_add module to manage the git dependencies. I developed everything (code, cmake files) on linux, but I decided to use cmake because I knew that I would be cross