Skip to content

Commit

Permalink
Merge pull request #2180 from mavlink/1.4-fix-dl-lib
Browse files Browse the repository at this point in the history
mavsdk_server: fix dl-lib linking
  • Loading branch information
julianoes authored Nov 19, 2023
2 parents f8a4cc0 + 258e402 commit 7d3e90d
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 @@ -76,6 +76,7 @@ target_link_libraries(mavsdk_server
mavsdk
gRPC::grpc++
${COMPONENTS_PROTOGENS}
${CMAKE_DL_LIBS}
)

set_target_properties(mavsdk_server
Expand Down

0 comments on commit 7d3e90d

Please sign in to comment.