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
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2017-01-31 14:21:40 +0300
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2017-01-31 14:21:40 +0300
commitf5c9cec1db625d5c275b6f6e741818c5a9544b2f (patch)
tree9a6cd217466d7e79d74c8c1ea874af109b8117ad /snap/CMakeLists.txt
parent1b3aeb83c0190d7ea94e8e8f73438d2f9b6b122f (diff)
snap: set SNAP_NAME inside CMake file
Diffstat (limited to 'snap/CMakeLists.txt')
-rw-r--r--snap/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/snap/CMakeLists.txt b/snap/CMakeLists.txt
index b95c58d0c..668bc5442 100644
--- a/snap/CMakeLists.txt
+++ b/snap/CMakeLists.txt
@@ -30,6 +30,7 @@
# version. If you delete this exception statement from all source
# files in the program, then also delete it here.
+set(SNAP_NAME "remmina")
set(SNAP_VERSION ${REMMINA_VERSION})
if (NOT ${GIT_REVISION} STREQUAL ${REMMINA_VERSION_SUFFIX} AND
NOT ${GIT_REVISION} MATCHES "^rcgit-[0-9]*")