summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-05 01:26:34 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-05 01:26:55 +0200
commit6952ae6dcbe3397e76ffca3f26bcd0d34ff5cec7 (patch)
treeb6c4565d00d8301f968899c260e01411763deb12 /po/CMakeLists.txt
parent0c1e1c9a6a60c106c3acd24139f014779c6a31ca (diff)
downloadtdeio-sword-6952ae6dcbe3397e76ffca3f26bcd0d34ff5cec7.tar.gz
tdeio-sword-6952ae6dcbe3397e76ffca3f26bcd0d34ff5cec7.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 78cf7ca197639fd8cb5053728b5ac8cf2c7e8cab)
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 597c341..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( )