-
Fix get_git_version to use GIT_EXECUTABLE. · cd2e633fZbigniew Skowron authored
get_git_version CMake function uses 'git' command directly, instead of GIT_EXECUTABLE variable. This causes CMake errors while generating project files in environments, where 'git' command is not present in PATH.
cd2e633f
×