summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-10 03:20:38 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-10 03:20:53 +0200
commit775437ac06e54feda184eb598db7eeeb89d3b962 (patch)
treebd14d3e0f135ed244c3e2db489e4f6a6045560b9
parenta17eca73cb5ab66555dc00e91bc07f90e96767b2 (diff)
downloadknights-775437ac06e54feda184eb598db7eeeb89d3b962.tar.gz
knights-775437ac06e54feda184eb598db7eeeb89d3b962.zip
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit cb3f787672fac0e34dc73cef1569fd14daba0992)
-rw-r--r--knights/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/CMakeLists.txt b/knights/CMakeLists.txt
index 9e7b739..1de5fc1 100644
--- a/knights/CMakeLists.txt
+++ b/knights/CMakeLists.txt
@@ -49,5 +49,5 @@ tde_create_translated_desktop( ${PROJECT_NAME}.desktop )
tde_create_translated_desktop(
SOURCE pgn.desktop
DESTINATION ${MIME_INSTALL_DIR}/application
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/pgn-mimetype
+ PO_DIR pgn-mimetype
)