aboutsummaryrefslogtreecommitdiffstats
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
commit08ee5f5d1a444221470ff7b9f3ccb8a3ece626a6 (patch)
treebea612fb0befa95af51f5a710541dee5dfdb0730
parentba9dc9122a7735b9d0ac4a985d40008f2db9c90e (diff)
Disabling installation of desktop files
Installation of dekstop files is causing problems with packaging - github issue #335. Disabling it then.
-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