mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 16:07:34 +08:00
fix events: use px4_add_library instead of add_library
Fixes `make uorb_graphs`
This commit is contained in:
@@ -118,5 +118,4 @@ if (${PX4_PLATFORM} STREQUAL "nuttx" AND NOT CONFIG_BUILD_FLAT)
|
||||
add_dependencies(usr_events prebuild_targets)
|
||||
endif()
|
||||
|
||||
add_library(events events.cpp ${EXTRA_SRCS})
|
||||
add_dependencies(events prebuild_targets)
|
||||
px4_add_library(events events.cpp ${EXTRA_SRCS})
|
||||
|
||||
Reference in New Issue
Block a user