Re: [CMake] FindGit.cmake proposal

2015-09-14 Thread Gregor Jasny via CMake
Hello, On 10/09/15 16:34, Daniel Wirtz wrote: > i've now quite often encountered the need to access basic git > information about the source tree from within cmake. > i've attached the current FindGit.cmake module shipped with CMake > enhanced by two functions: getGitRevision and getGitBranch. >

Re: [CMake] FindGit.cmake proposal

2015-09-13 Thread Jakob van Bethlehem
Hej, > > if this is not the "right way" of proposing such things, where to go to? > Pretty simple if you have a look at the website http://www.cmake.org/get-involved/ - you’ll need to send patches to the dev-list Sincerely, Jakob-- Powered by

[CMake] FindGit.cmake proposal

2015-09-10 Thread Daniel Wirtz
Dear all, i've now quite often encountered the need to access basic git information about the source tree from within cmake. i've attached the current FindGit.cmake module shipped with CMake enhanced by two functions: getGitRevision and getGitBranch. if you fancy the idea of having this