From 7dede77370d89e8e7586f6ed5af225f9b5bde6cf Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:31:07 +0200 Subject: [PATCH] Fix build with GPSD --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1aa5955b..b0bb7b16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -498,7 +498,7 @@ if (GEOIMAGE) endif() if (GPSD) - list(APPEND PKGCONFIG_REQUIRED_LIBS gpsd) + list(APPEND PKGCONFIG_REQUIRED_LIBS libgps) add_definitions(-DUSE_GPS=1) endif()