mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-26 16:28:06 +08:00
Github actions: SITL tests upgrade MAVSDK v0.30.1 -> v0.33.1
This commit is contained in:
@@ -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..")
|
||||
|
||||
Reference in New Issue
Block a user