summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-05-05 01:26:34 +0200
committerSlávek Banko <[email protected]>2020-05-05 01:26:34 +0200
commit78cf7ca197639fd8cb5053728b5ac8cf2c7e8cab (patch)
treed80d3c6519a1e7359fd76117e9176660a50c391e /po/CMakeLists.txt
parente134118659802bf6916cc7b7b4665173ee7c467c (diff)
downloadtdeio-sword-78cf7ca197639fd8cb5053728b5ac8cf2c7e8cab.tar.gz
tdeio-sword-78cf7ca197639fd8cb5053728b5ac8cf2c7e8cab.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <[email protected]>
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( )