From 311ad93337b21290aafbbe0b6db4bb56632f9c3c Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 4 Jul 2024 20:30:47 +0200 Subject: [PATCH] (Android) Localization message catalog files are no longer compiled via the CMake configuration --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f92236790..ff714cf5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -291,6 +291,7 @@ endif() if(ANDROID) set(BUNDLED_CERTS ON) + set(COMPILE_LOCALIZATIONS OFF) add_compile_definitions(ANDROID_VERSION_CODE=${ANDROID_VERSION_CODE}) add_compile_definitions(ANDROID_APPLICATION_ID="org.es_de.frontend") endif()