Skip to content

Commit

Permalink
Point mavlink cmake to latest repo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjinne authored and DonLakeFlyer committed Nov 16, 2024
1 parent 3a92c45 commit 1b8f503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MAVLink/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ target_include_directories(MAVLink PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
include(FetchContent)
FetchContent_Declare(mavlink
GIT_REPOSITORY https://github.com/mavlink/c_library_v2.git
GIT_TAG 052b8579f8aeb941f34cc9896af22cf1f38939b9
GIT_TAG 4db2f67156d996eae90ef437a73353468d850407
)
FetchContent_MakeAvailable(mavlink)

Expand Down

0 comments on commit 1b8f503

Please sign in to comment.