summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@gmx.de>2021-09-13 17:24:10 +0200
committerPatrick Höhn <hoehnp@gmx.de>2021-09-13 17:24:10 +0200
commitb062e8292256ada7a8f10756b3d6dcc27afb004c (patch)
tree18f1253df93bb5f3e5df71e2bee1e0456ac8dfd0
parent916b5885b8e5b4ef4bbf70b82adedcbd4707a346 (diff)
downloadnavit-b062e8292256ada7a8f10756b3d6dcc27afb004c.tar.gz
changed according to comments from @jkoan
ändrad: CMakeLists.txt
-rwxr-xr-xCMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f52cba3f..3765003e3 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -505,14 +505,6 @@ if (HAVE_CREATEPROCESS)
set_with_reason(speech/cmdline "CreateProcess() call is available" TRUE)
endif(HAVE_CREATEPROCESS)
-if (LIBLOCATION_FOUND)
- set_with_reason(vehicle/maemo "Maemo location library found" TRUE ${LIBLOCATION_LIBRARIES})
-endif(LIBLOCATION_FOUND)
-
-if (LIBOSSO_FOUND)
- set_with_reason(autoload/osso "Maemo osso library found" TRUE ${LIBOSSO_LIBRARIES})
-endif(LIBOSSO_FOUND)
-
if (GETTEXT_FOUND)
set_with_reason(USE_NATIVE_LANGUAGE_SUPPORT "Gettext found" TRUE)
endif(GETTEXT_FOUND)