diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-10-08 11:23:50 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-10-08 11:23:50 +0200 |
commit | 9b15078322d8c84d37e7942b6450f40c37bee154 (patch) | |
tree | 6c4eab9e059f9619207cce2b092070446a825396 | |
parent | 2c37e2cf535b7fef5fbcbfe71141c4886bed04ad (diff) | |
download | twin-style-mallory-9b15078322d8c84d37e7942b6450f40c37bee154.tar.gz twin-style-mallory-9b15078322d8c84d37e7942b6450f40c37bee154.zip |
Fix CMake call of tde_conditional_add_project_translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |