diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-06 19:32:12 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-06 19:32:12 +0200 |
commit | f7e033e2593a83b4b05164ec738144671c49cef6 (patch) | |
tree | 352cb4847750a81bfe2b56c14298c5a111ffca15 /po/CMakeLists.txt | |
parent | 314b6c2b8ab40783dfbce54ad18aa4ded60a6952 (diff) | |
download | kasablanca-f7e033e2593a83b4b05164ec738144671c49cef6.tar.gz kasablanca-f7e033e2593a83b4b05164ec738144671c49cef6.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.txt | 5 |
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( ) |