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:
authorKen VanDine <ken.vandine@canonical.com>2019-03-06 17:43:15 +0300
committerKen VanDine <ken.vandine@canonical.com>2019-03-06 17:43:15 +0300
commit334b97788ba62b6e2ad5f4d01dc9e9af0a920650 (patch)
treecc1997683ac866034e5a12f70dd23e0e4fe4de8c /CMakeLists.txt
parentdfcb20e7f9ac1bfa0a51902eeb4d7f30385a63b6 (diff)
Dropped the SNAP_VERSION cmake magic and just rely on git for version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a94c9bbdc..b13b0adfb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -269,16 +269,6 @@ if(NOT REMMINA_EXTERNAL_TOOLS_DIR)
endif()
endif()
-# Snap package generation support
-if(DEFINED ENV{SNAPCRAFT_PROJECT_NAME})
- add_subdirectory(snap/local)
-else()
- find_program(SNAPCRAFT "snapcraft")
- if(SNAPCRAFT)
- add_subdirectory(snap/local)
- endif()
-endif()
-
option(SNAP_BUILD_ONLY "SNAP_BUILD_ONLY" OFF)
if(SNAP_BUILD_ONLY)
if(NOT SNAPCRAFT)