Skip to content

Commit

Permalink
lib: add include dir for BeagleBone Blue board
Browse files Browse the repository at this point in the history
For some reason this fails CI for this one.
  • Loading branch information
julianoes committed Jul 10, 2024
1 parent ead811c commit b0b67d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/open_drone_id/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ px4_add_library(open_drone_id
)

target_compile_options(open_drone_id PRIVATE -Wno-cast-align -Wno-address-of-packed-member)

# For mavlink include
target_include_directories(open_drone_id PRIVATE "${CMAKE_BINARY_DIR}")

0 comments on commit b0b67d4

Please sign in to comment.