summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-01 19:21:59 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-01 19:22:11 +0200
commitf3ed47ff4862c053a76fd1a3724e65f9a5814c7b (patch)
treec9b35122d86b0fe6acb82c3b4e368bc8448d0bd9 /po/CMakeLists.txt
parent6117bf590900404a3e85edbe9c3c40ffaca6c205 (diff)
downloadknutclient-f3ed47ff4862c053a76fd1a3724e65f9a5814c7b.tar.gz
knutclient-f3ed47ff4862c053a76fd1a3724e65f9a5814c7b.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1633e7bde0cb563821654326c90a9e67fce42516)
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index 46fba83..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# build translations if some are already available
-
-file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
-if( _srcs )
- tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} )
-endif( )