summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-05-03 15:24:52 +0200
committerSlávek Banko <[email protected]>2020-05-03 15:25:21 +0200
commite57cd8978a1662162bf17c9e65851bdd6dee3154 (patch)
tree8ba3a59a16dcbd940f36745768c65de3665c2f40 /po/CMakeLists.txt
parent1347d3cadf136ebe4287afd94a1853f95fda8e59 (diff)
downloadkvpnc-e57cd8978a1662162bf17c9e65851bdd6dee3154.tar.gz
kvpnc-e57cd8978a1662162bf17c9e65851bdd6dee3154.zip
Remove the original translation directory layout.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 9e50e74f0c0b299a2bb847a990821d5c8bf997d1)
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( )