diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:24:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:24:15 +0200 |
commit | 3da95bc474b9b4ebc8d5f43b9eb5a6abcc15f600 (patch) | |
tree | 386be0568736be2c9b5aaead1f9ca86ce887e9f9 /kworldwatch/maps/depths/CMakeLists.txt | |
parent | 48476ecad361178ba663230f97953a761ef3765c (diff) | |
download | tdetoys-3da95bc474b9b4ebc8d5f43b9eb5a6abcc15f600.tar.gz tdetoys-3da95bc474b9b4ebc8d5f43b9eb5a6abcc15f600.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kworldwatch/maps/depths/CMakeLists.txt')
-rw-r--r-- | kworldwatch/maps/depths/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kworldwatch/maps/depths/CMakeLists.txt b/kworldwatch/maps/depths/CMakeLists.txt index 2d3d0c5..0b66487 100644 --- a/kworldwatch/maps/depths/CMakeLists.txt +++ b/kworldwatch/maps/depths/CMakeLists.txt @@ -19,5 +19,5 @@ install( tde_create_translated_desktop( SOURCE depths.desktop DESTINATION ${DATA_INSTALL_DIR}/kworldclock/maps/depths - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kworldwatch-maps + PO_DIR kworldwatch-maps ) |