summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-05-01 19:56:27 +0200
committerGitHub <noreply@github.com>2018-05-01 19:56:27 +0200
commit53315091a2aa5a4469a743f29516cc1ae78b6b14 (patch)
treec2919a46db1a250c9d84d0a506689c6f7e6769b0
parentabb03c9d8811039a193daa175ae597cefd502a18 (diff)
downloadnavit-53315091a2aa5a4469a743f29516cc1ae78b6b14.tar.gz
Update CMakeLists.txt
Build Android with NLS even if the box does not have gettext for processing translations. Allows builds on platforms with NLS where the resources are provided preprocessed.
-rwxr-xr-xCMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 50f4a5241..6322499d6 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -708,6 +708,7 @@ if(ANDROID)
set_with_reason(vehicle/android "Android detected" TRUE)
set_with_reason(vehicle/file "Android detected" FALSE)
set_with_reason(map/filter "Android detected" FALSE)
+ set_with_reason(USE_NATIVE_LANGUAGE_SUPPORT "Android detected" TRUE)
set(SHARED_LIBNAVIT TRUE)
add_feature(XPM2PNG "Android detected" TRUE)