Re: [CMake] Git Doesn't to Pull with ExternalProject_Add

2013-11-14 Thread Daniele E. Domenichelli
Hello Constantine, On 14/11/13 12:03, Constantine Zakkaroff wrote: > Now, setting ${proj}_GIT_TAG to "origin/master" seems to improve things. > I got this output: If you plan to use the external project repository for development, then being in detached state is not good. Also every time that th

Re: [CMake] Git Doesn't to Pull with ExternalProject_Add

2013-11-14 Thread Constantine Zakkaroff
Hi Daniele, Thanks for your response. Yes, the ${proj}_GIT_TAG? was simply set to master. You are right, there's nothing in the documentation about it. Say, normally, if I'm working with a git repository, and if your branch is set to master, all you need to do is 'git pull' when you want to

Re: [CMake] Git Doesn't to Pull with ExternalProject_Add

2013-11-13 Thread Daniele E. Domenichelli
Hello Constantine, I'm investigating the same issue right in this moment... On 13/11/13 10:19, Constantine Zakkaroff wrote: > I have a SuperBuild project (using CMake 2.8.12 on Windows Vista x64) > depending on some other project cloned from a git repository. However > I've noticed the cloner r

[CMake] Git Doesn't to Pull with ExternalProject_Add

2013-11-13 Thread Constantine Zakkaroff
Hello ALL, I have a SuperBuild project (using CMake 2.8.12 on Windows Vista x64) depending on some other project cloned from a git repository. However I've noticed the cloner repository doesn't get updated when I rebuild the project. Is it right to expect the repository to be updated automat