diff options
author | Slávek Banko <[email protected]> | 2020-05-24 15:25:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-24 15:25:08 +0200 |
commit | 71bf339cb4775aab496816ad86a5f0e7e48fc492 (patch) | |
tree | 6af18aeb1aa659c03fdc6f258fa4ffadc6195c1b /po/CMakeLists.txt | |
parent | ca44cf9341d5778728e6eb96734c3091260c6ba3 (diff) | |
download | kcmldap-71bf339cb4775aab496816ad86a5f0e7e48fc492.tar.gz kcmldap-71bf339cb4775aab496816ad86a5f0e7e48fc492.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.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( ) |