Use GIT_FOUND instead of Git_FOUND variable
authorDaniel Koch <dkoch@nvidia.com>
Fri, 15 Dec 2017 14:01:26 +0000 (09:01 -0500)
committerDaniel Koch <dkoch@nvidia.com>
Fri, 15 Dec 2017 14:02:27 +0000 (09:02 -0500)
commit066229f2d635df9e50f0d5fa823315056bc42f6a
treebb55bd7a931c92deec0ea8d82583b1c85340771b
parent8026e9137614d60c71b152719edc6871681d38d1
Use GIT_FOUND instead of Git_FOUND variable

Git_FOUND seems to have been added in CMake 3.5.x
whereas GIT_FOUND was supported much earlier.
Without this change versions of CMake < 3.5.x end up with
'dEQP Core uknown (0xcafebabe)' output instead of the
correct GCID being emedded and thus they cannot be valid
for submissions.

VK-GL-CTS Issue: 911
Component: Framework

Change-Id: I8f459b9442e4b23db4872e380de97609893db455
framework/qphelper/CMakeLists.txt