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

2013-11-14 Thread Constantine Zakkaroff
update git show-branch *master git status That would tell me if my local repository behind the remote one, but I'm not sure what to do if I'm in 'detached HEAD' state. Basically, is there a way to verify the latest repository updates have been pulled? Many thanks, Constantin

[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