diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-01 19:21:59 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-01 19:22:11 +0200 |
commit | f3ed47ff4862c053a76fd1a3724e65f9a5814c7b (patch) | |
tree | c9b35122d86b0fe6acb82c3b4e368bc8448d0bd9 /po/CMakeLists.txt | |
parent | 6117bf590900404a3e85edbe9c3c40ffaca6c205 (diff) | |
download | knutclient-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.txt | 6 |
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( ) |