summaryrefslogtreecommitdiffstats
path: root/knights
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:38 +0200
commitcb3f787672fac0e34dc73cef1569fd14daba0992 (patch)
tree5e706dfb59a672f2216af6e4a42d4334bf50051d /knights
parentcf9f5eb227cbdc56a32cc58b3136050b079446a0 (diff)
downloadknights-cb3f787672fac0e34dc73cef1569fd14daba0992.tar.gz
knights-cb3f787672fac0e34dc73cef1569fd14daba0992.zip
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'knights')
-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
)