diff options
author | jandegr <jandegr@users.noreply.github.com> | 2018-05-01 19:56:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-01 19:56:27 +0200 |
commit | 53315091a2aa5a4469a743f29516cc1ae78b6b14 (patch) | |
tree | c2919a46db1a250c9d84d0a506689c6f7e6769b0 | |
parent | abb03c9d8811039a193daa175ae597cefd502a18 (diff) | |
download | navit-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-x | CMakeLists.txt | 1 |
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) |