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-compiling the code to 
target various Intel processors.  I'm able to easily compile natively and 
cross-compile on linux, with the cmake-generated makefiles 
cloning/building/updating/installing when required.

Now I would also like to build this code on Windows 8.1 in VS2015.  I'm able to 
configure and generate the VS2015 solution/projects using CMake 3.2.3 without 
any cmake failures, however, VS2015 hangs when cloning the git repos.  The 
destination directories are created, but they are empty, and the build just 
doesn't progress past the "Cloning into XYZ..." message.  I've got git-gui and 
git-bash installed from git-scm.com (1.9.5).

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, containing just the text "# 
generated from CMake".

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?

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

Reply via email to