Fixes inconsistent spelling of Git cmake variables
authorRoland Schulz <roland@utk.edu>
Wed, 23 Nov 2011 01:45:51 +0000 (17:45 -0800)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 25 Nov 2011 03:51:53 +0000 (14:51 +1100)
commit31b6cf1994c15b22d48e4118b6a11ed196f601d8
treee4411b69034cd8ca186b52a0845df219c4f0e7b8
parent87014d6fb6c0901459da1afbe20f18af1635bf80
Fixes inconsistent spelling of Git cmake variables

The cmake Git script uses "GIT" but the gmxGenerateVersionInfo
was still using "Git".

Re-introduced cmake/FindGit.cmake copied from CMake 2.8.2,
because CMake 2.8.0 did not include this module. This branch
now builds with CMake 2.8.0 and higher.

Change-Id: I06ee2f7478c16923746591ff5171430454d55549
cmake/FindGit.cmake [new file with mode: 0644]
cmake/gmxGenerateVersionInfo.cmake
src/gmxlib/CMakeLists.txt