From 1e7241464a80214eac397e89c4454a930f0a59de Mon Sep 17 00:00:00 2001 From: Piotr Krysik Date: Mon, 4 Jun 2018 09:11:47 +0200 Subject: Disabling installation of desktop files Installation of dekstop files is causing problems with packaging - github issue #335. Disabling it then. --- apps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3