I Have Windows 7 64-Bit with Git 1.7.0.2 but in cmake i have this error
CMake Error at cmake/macros/FindGit.cmake:24 (message):
Git was NOT FOUND on your system - did you forget to install a recent version, or setting the path to it?
Observe that for revision hash/date to work you need at least version 1.7
Call Stack (most recent call first):
CMakeLists.txt:65 (find_package)
Now i setting the path in variables from my environment variables but what is the true variable path string? Is really C:Program Files (x86)Gitcmd ? Because to me not work..
Thank you guys.