From 48f1df57bc8b413c444d1d8d5a629a9ced2fd529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 8 Oct 2024 11:23:50 +0200 Subject: [PATCH] Fix CMake call of tde_conditional_add_project_translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 9b15078322d8c84d37e7942b6450f40c37bee154) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 41bc6b0..196c588 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,6 +46,6 @@ configure_file(config.h.cmake config.h @ONLY) ### Subdirectories ############################################################# add_subdirectory(malloryclient) 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;