Skip to content

Commit

Permalink
Disabling installation of desktop files
Browse files Browse the repository at this point in the history
Installation of dekstop files is causing problems with packaging - github issue ptrkrysik#335.
Disabling it then.
  • Loading branch information
ptrkrysik authored and Piotr Krysik committed Jun 4, 2018
1 parent ea44d98 commit 1e72414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

include(GrPython)
add_subdirectory(helpers)
add_subdirectory(apps_data)
#add_subdirectory(apps_data)

SET(PYTHONPATH
${CMAKE_SOURCE_DIR}/python
Expand Down

0 comments on commit 1e72414

Please sign in to comment.