diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-06-25 14:39:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-06-25 14:41:28 +0200 |
commit | e58420018daa09d464829a9ca3882861a88be3df (patch) | |
tree | 637d22337fc6620132856fe516a3a07f718efb5a /CMakeLists.txt | |
parent | 4b5b36ca6c4b22bc296c96aba8074adb9acb7271 (diff) | |
download | kopete-otr-e58420018daa09d464829a9ca3882861a88be3df.tar.gz kopete-otr-e58420018daa09d464829a9ca3882861a88be3df.zip |
Copy translation files to new translations folder.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit be29265df050112d298f68d34b5251e2c588d9c7)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b5735f1..399ed98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ add_subdirectory( src ) ##### other data tde_conditional_add_project_docs( BUILD_DOC ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |