summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-24 15:25:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-24 15:25:08 +0200
commit71bf339cb4775aab496816ad86a5f0e7e48fc492 (patch)
tree6af18aeb1aa659c03fdc6f258fa4ffadc6195c1b /po/CMakeLists.txt
parentca44cf9341d5778728e6eb96734c3091260c6ba3 (diff)
downloadkcmldap-71bf339cb4775aab496816ad86a5f0e7e48fc492.tar.gz
kcmldap-71bf339cb4775aab496816ad86a5f0e7e48fc492.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( )