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>2016-11-08 00:12:02 +0300
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2016-11-08 00:22:07 +0300
commitaea290afd2d1dced9561e104d9e6bafbdff1775c (patch)
tree88d9598f91f8ddef0823ffdaa1be5ccad5d35c32 /CMakeLists.txt
parent2fda77e2a20462638f0314e5bd9dbcbfc98405a3 (diff)
Config: add UNIQUE_APPNAME variable
This also allows to change it at compile time.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3535f3d7e..c3cd22621 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,6 +124,10 @@ if(NOT GIT_REVISION)
endif()
message(STATUS "Git Revision ${GIT_REVISION}")
+if(NOT UNIQUE_APPNAME)
+ set(UNIQUE_APPNAME "org.Remmina")
+endif()
+
if(NOT REMMINA_DATADIR)
set(REMMINA_DATADIR "${CMAKE_INSTALL_FULL_DATADIR}")
endif()