Skip to content

Commit

Permalink
Merge pull request #290 from wegank/pkg-config-libgps
Browse files Browse the repository at this point in the history
Fix build with GPSD
  • Loading branch information
Krakonos authored Mar 14, 2024
2 parents c1997ae + 7dede77 commit 5bd9cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ if (GEOIMAGE)
endif()

if (GPSD)
list(APPEND PKGCONFIG_REQUIRED_LIBS gpsd)
list(APPEND PKGCONFIG_REQUIRED_LIBS libgps)
add_definitions(-DUSE_GPS=1)
endif()

Expand Down

0 comments on commit 5bd9cf7

Please sign in to comment.