summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-01 19:34:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-01 19:34:28 +0200
commit6ba2f0c69a97d5033c7c730790c2715dba22522e (patch)
treecedcbad437110b248a53e91551ebfd90ad34862d /po/CMakeLists.txt
parenta85f52b03c37a4c84274e71176edbcc31cdbd5d1 (diff)
downloadkpicosim-6ba2f0c69a97d5033c7c730790c2715dba22522e.tar.gz
kpicosim-6ba2f0c69a97d5033c7c730790c2715dba22522e.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 366643b..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,5 +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( )