Skip to content

Commit

Permalink
Merge pull request #2181 from mavlink/fix-dl-lib
Browse files Browse the repository at this point in the history
mavsdk_server: fix dl-lib linking
  • Loading branch information
JonasVautherin authored Nov 15, 2023
2 parents 7fe1b60 + 5cb57f9 commit 948aaca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mavsdk_server/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ target_link_libraries(mavsdk_server
PRIVATE
mavsdk
gRPC::grpc++
${CMAKE_DL_LIBS}
)

if(BUILD_WITH_PROTO_REFLECTION)
Expand Down

0 comments on commit 948aaca

Please sign in to comment.