aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-06-04 09:11:47 +0200
committerPiotr Krysik <pkrysik@elka.pw.edu.pl>2018-06-04 09:11:47 +0200
commit1e7241464a80214eac397e89c4454a930f0a59de (patch)
treebea612fb0befa95af51f5a710541dee5dfdb0730 /apps
parentea44d98558eee1751e77f02b7bb46f3f1ae269b4 (diff)
Disabling installation of desktop files
Installation of dekstop files is causing problems with packaging - github issue #335. Disabling it then.
Diffstat (limited to 'apps')
-rw-r--r--apps/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index 38254c5..1a1f6fd 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -19,7 +19,7 @@
include(GrPython)
add_subdirectory(helpers)
-add_subdirectory(apps_data)
+#add_subdirectory(apps_data)
SET(PYTHONPATH
${CMAKE_SOURCE_DIR}/python