aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'host/cmake')
-rw-r--r--host/cmake/Modules/FindGPSD.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/Modules/FindGPSD.cmake b/host/cmake/Modules/FindGPSD.cmake
index 0d56a5380..46fbc7b59 100644
--- a/host/cmake/Modules/FindGPSD.cmake
+++ b/host/cmake/Modules/FindGPSD.cmake
@@ -25,7 +25,7 @@
INCLUDE(FindPkgConfig)
PKG_CHECK_MODULES(PC_GPSD "libgps")
-PKG_CHECK_MODULES(PC_GPSD_V3_11 "libgps > 3.11")
+PKG_CHECK_MODULES(PC_GPSD_V3_11 "libgps >= 3.11")
IF(PC_GPSD_FOUND AND NOT PC_GPSD_V3_11_FOUND)
MESSAGE(WARNING "GPSD version found is too old")