aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/monero-cli/files/patch-cmake_Version.cmake
blob: b2c7b81faa619f821743f2a207a66fd482e9370b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cmake/Version.cmake.orig	2018-06-01 14:10:23.694883000 UTC
+++ cmake/Version.cmake	2018-06-01 14:10:35.450366000 UTC
@@ -32,7 +32,7 @@
 endfunction ()
 
 find_package(Git QUIET)
-if ("$Format:$" STREQUAL "")
+if (TRUE)
   # We're in a tarball; use hard-coded variables.
   write_static_version_header("release")
 elseif (GIT_FOUND OR Git_FOUND)