diff options
author | jandegr <jandegr@users.noreply.github.com> | 2016-03-03 10:38:25 +0100 |
---|---|---|
committer | jandegr <jandegr@users.noreply.github.com> | 2016-03-03 10:38:25 +0100 |
commit | e83f70b55d18657f5e9fa3c125baf82a98ec6d86 (patch) | |
tree | 38e160977fc1f900fd80f1eb77ba9a27701cd317 | |
parent | e51bb8dcd730910606e70e655b16d52a1d6f4ee8 (diff) | |
download | navit-e83f70b55d18657f5e9fa3c125baf82a98ec6d86.tar.gz |
Android: disable pedestrian default buildAndroid_pedestrian_disable
disable the building of the pedestrian plugin by default for the Android port
-rwxr-xr-x | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a08365d1f..38713bd33 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -615,7 +615,6 @@ if(ANDROID) 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(plugin/pedestrian "Android detected" TRUE) set(SHARED_LIBNAVIT TRUE) add_feature(XPM2PNG "Android detected" TRUE) |