aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2018-06-04 09:11:47 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2018-09-13 15:35:44 +0200
commit02454b32b9095a24ca7540a143897be0a738c26e (patch)
tree2305ccfcf893ba6a2ead8ffc6ed125dcc30fe31f
parent4a3a52c89792bd34ab504e5441991e7ae211f2de (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