Skip to content

Commit

Permalink
Fix build with GPSD
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Oct 6, 2023
1 parent 56d2358 commit 7dede77
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 @@ -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()

Expand Down

0 comments on commit 7dede77

Please sign in to comment.