Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not shallow-clone and use a specific commit #1758

Merged
merged 1 commit into from
Apr 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions third_party/mavlink/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ ExternalProject_add(
mavlink
GIT_REPOSITORY https://github.com/mavlink/mavlink
GIT_TAG 3b52eac09c2e37325e4bc49cd2667ea37bf1d7d2
GIT_SHALLOW TRUE
PREFIX mavlink
CONFIGURE_COMMAND Python3::Interpreter
-m pymavlink.tools.mavgen
--lang=C
--wire-protocol=2.0
--output=<BINARY_DIR>/include/mavlink/v2.0/
message_definitions/v1.0/${MAVLINK_DIALECT}.xml
BUILD_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
BUILD_IN_SOURCE TRUE
)