summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-05-01 09:52:54 +0200
committerGitHub <noreply@github.com>2018-05-01 09:52:54 +0200
commit0b24bed700553a3fe3986cd808d714b819fd59ee (patch)
tree64687e34d439b4494da782181ca6455ed2a66a37
parentec8d3ca9ba7f231cd05885714ec2759b676f3a27 (diff)
downloadnavit-0b24bed700553a3fe3986cd808d714b819fd59ee.tar.gz
Update CMakeLists.txt
-rwxr-xr-xCMakeLists.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e89bd03a9..306a57b39 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -703,10 +703,11 @@ if(ANDROID)
set(HAVE_API_ANDROID 1)
set_with_reason(speech/cmdline "Android detected" FALSE)
set_with_reason(graphics/null "Android detected" FALSE)
- set_with_reason(graphics/android "Android detected, NDK:${ANDROID_NDK_API_VERSION}, API:${ANDROID_API_VERSION}" TRUE)
- set_with_reason(speech/android "Android detected, NDK:${ANDROID_NDK_API_VERSION}, API:${ANDROID_API_VERSION}" TRUE)
- set_with_reason(vehicle/android "Android detected, NDK:${ANDROID_NDK_API_VERSION}, API:${ANDROID_API_VERSION}" TRUE)
+ set_with_reason(graphics/android "Android detected TRUE)
+ set_with_reason(speech/android "Android detected TRUE)
+ 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(SHARED_LIBNAVIT TRUE)
add_feature(XPM2PNG "Android detected" TRUE)