aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeModules
diff options
context:
space:
mode:
authorJames Rowe <[email protected]>2020-01-16 00:12:50 -0700
committerJames Rowe <[email protected]>2020-01-16 00:12:50 -0700
commitb429095b615918eca05a4a586d5974f8f07a9bda (patch)
tree886130420a22ae13106179ed4c25bb02ce260701 /CMakeModules
parent64cd46579bd822ce9ee75e599973c1936eef965e (diff)
downloadyuzu-android-b429095b615918eca05a4a586d5974f8f07a9bda.tar.gz
yuzu-android-b429095b615918eca05a4a586d5974f8f07a9bda.zip
Fix git version in scm_rev.cpp
Diffstat (limited to 'CMakeModules')
-rw-r--r--CMakeModules/GenerateSCMRev.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake
index 21e03ae98..fa7ae835f 100644
--- a/CMakeModules/GenerateSCMRev.cmake
+++ b/CMakeModules/GenerateSCMRev.cmake
@@ -5,6 +5,10 @@ function(get_timestamp _var)
endfunction()
list(APPEND CMAKE_MODULE_PATH "${SRC_DIR}/externals/cmake-modules")
+
+# Find the package here with the known path so that the GetGit commands can find it as well
+find_package(Git QUIET PATHS "${GIT_EXECUTABLE}")
+
# generate git/build information
include(GetGitRevisionDescription)
get_git_head_revision(GIT_REF_SPEC GIT_REV)