Github actions: SITL tests upgrade MAVSDK v0.30.1 -> v0.33.1

This commit is contained in:
Daniel Agar
2020-10-28 20:26:47 -04:00
committed by GitHub
parent b5e00cd424
commit cf082d7f1c
2 changed files with 7 additions and 3 deletions

View File

@@ -34,7 +34,11 @@ if(MAVSDK_FOUND)
)
target_compile_options(mavsdk_tests
PRIVATE -Wall -Wextra -Werror
PRIVATE
-Wall
-Wextra
-Werror
-Wno-error=deprecated-declarations
)
else()
message("MAVSDK C++ not found, skipping mavsdk_tests build..")