Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2016-01-24 13:55:34 +0300
committerAntenore Gatta <antenore@simbiosi.org>2016-01-24 13:55:34 +0300
commit4f3fe64b5d3f608e7a11ee149f8e9e2baed373b2 (patch)
tree8b31e6abe244a4409cd2b1ea77f3b74e97612477 /cmake
parentb4809eeeaab7d31190a3be67cff6c4c1bf97a25e (diff)
set git version if not found at build time (mainly for PPA)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/GetGitRevisionDescription.cmake.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/GetGitRevisionDescription.cmake.in b/cmake/GetGitRevisionDescription.cmake.in
index 888ce13aa..c08762d7d 100644
--- a/cmake/GetGitRevisionDescription.cmake.in
+++ b/cmake/GetGitRevisionDescription.cmake.in
@@ -1,4 +1,5 @@
-#
+
+#
# Internal file for GetGitRevisionDescription.cmake
#
# Requires CMake 2.6 or newer (uses the 'function' command)