[Here](https://github.com/rpavlik/cmake-modules/blob/03239c6320a73345c96b831f2f7528a5494c7d0c/GetGitRevisionDescription.cmake#L125) variable `${GIT_EXECUTABLE}` is used, but `find_package(Git QUIET)` is not called beforehand, thus it's empty resulting in empty `${out}` and so on.