Skip to content

Commit

Permalink
Merge pull request #1943 from mavlink/v1.4-proto-submodule
Browse files Browse the repository at this point in the history
[v1.4] proto submodule update
  • Loading branch information
julianoes committed Jan 13, 2023
2 parents 163601d + e64b53c commit 301a7d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -252,6 +252,8 @@ jobs:
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git config --global --add safe.directory /github/workspace
- name: install pymavlink dependencies
run: python3 -m pip install future
- name: configure
run: cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_MAVSDK_SERVER=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=install -DWERROR=OFF -Bbuild/release -H.
- name: build
Expand Down
2 changes: 1 addition & 1 deletion proto
1 change: 1 addition & 0 deletions src/mavsdk/core/include/mavsdk/system.h
Expand Up @@ -3,6 +3,7 @@
#include <memory>
#include <array>
#include <functional>
#include <string>
#include <vector>

#include "deprecated.h"
Expand Down
1 change: 1 addition & 0 deletions third_party/mavlink/CMakeLists.txt
Expand Up @@ -13,6 +13,7 @@ list(APPEND CMAKE_ARGS

# Without this GitHub actions picks the wrong python3 executable.
set(Python3_FIND_REGISTRY "NEVER")
set(Python3_FIND_FRAMEWORK "NEVER")
find_package(Python3 COMPONENTS Interpreter REQUIRED)

ExternalProject_add(
Expand Down

0 comments on commit 301a7d7

Please sign in to comment.