summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-28 10:38:53 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-28 10:38:53 +0200
commit8dfa8ebe8d0a0590cf2c74f7ccdd86dac4d30908 (patch)
tree96af22866023b40ada0b80aee25a272292f8e38b /po/CMakeLists.txt
parente1df226b3fce5c38caa723a358553c37e154369b (diff)
downloadkdiff3-8dfa8ebe8d0a0590cf2c74f7ccdd86dac4d30908.tar.gz
kdiff3-8dfa8ebe8d0a0590cf2c74f7ccdd86dac4d30908.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index ad36a01..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
-
-if( _srcs )
- tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} )
-endif( )