mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 21:47:34 +08:00
uavcan manually add src/include to include path
This commit is contained in:
@@ -53,7 +53,7 @@ set(uavcan_definitions
|
||||
-DUAVCAN_STM32_${OS_UPPER}=1
|
||||
-DUAVCAN_CPP_VERSION=UAVCAN_CPP03
|
||||
)
|
||||
set(uavcan_extra_flags ${uavcan_definitions})
|
||||
set(uavcan_extra_flags ${uavcan_definitions} -I${CMAKE_SOURCE_DIR}/src/include)
|
||||
|
||||
if (${OS} STREQUAL "nuttx")
|
||||
set(uavcan_platform stm32)
|
||||
|
||||
Reference in New Issue
Block a user