summaryrefslogtreecommitdiff
path: root/navit/vehicle/gpsd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'navit/vehicle/gpsd/CMakeLists.txt')
-rw-r--r--navit/vehicle/gpsd/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/navit/vehicle/gpsd/CMakeLists.txt b/navit/vehicle/gpsd/CMakeLists.txt
deleted file mode 100644
index 091df2f71..000000000
--- a/navit/vehicle/gpsd/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-module_add_library(vehicle_gpsd vehicle_gpsd.c)
-if (LIBGPS19_FOUND)
- set_property(
- TARGET vehicle_gpsd
- APPEND PROPERTY COMPILE_DEFINITIONS HAVE_LIBGPS19=1
- )
-endif (LIBGPS19_FOUND)
-