Fix CMake call of tde_conditional_add_project_translations.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9b15078322)
r14.1.x r14.1.3
Slávek Banko 2 weeks ago
parent 2b18e86c5c
commit 48f1df57bc
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -46,6 +46,6 @@ configure_file(config.h.cmake config.h @ONLY)
### Subdirectories ############################################################# ### Subdirectories #############################################################
add_subdirectory(malloryclient) add_subdirectory(malloryclient)
tde_conditional_add_subdirectory(BUILD_COLORSCHEMES colorscheme) tde_conditional_add_subdirectory(BUILD_COLORSCHEMES colorscheme)
tde_conditional_add_project_translations() tde_conditional_add_project_translations(BUILD_TRANSLATIONS)
# kate: indent-width 2; replace-tabs true; # kate: indent-width 2; replace-tabs true;

Loading…
Cancel
Save