aboutsummaryrefslogtreecommitdiffstats
path: root/testing/monero/version-string.patch
blob: 98dd8a2ca4d2c6cb1afdd70eaf066e4d99e03815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cmake/Version.cmake b/cmake/Version.cmake
index 3677e80..490de2c 100644
--- a/cmake/Version.cmake
+++ b/cmake/Version.cmake
@@ -32,7 +32,7 @@ function (write_static_version_header hash)
 endfunction ()
 
 find_package(Git QUIET)
-if ("$Format:$" STREQUAL "")
+if ("$Format:$" STREQUAL "" OR NOT EXISTS .git)
   # We're in a tarball; use hard-coded variables.
   write_static_version_header("release")
 elseif (GIT_FOUND OR Git_FOUND)