forked from Archive/PX4-Autopilot
Revered changes by Daniel Agar that broke posix eagle build
The following cflags must be set for the eagle builds that compile the generated IDL stubs: -Wno-missing-prototypes -Wno-missing-declarations Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
7c6d24d6b0
commit
8845070d89
|
@ -11,7 +11,7 @@ if ("${BOARD}" STREQUAL "eagle" OR ("${BOARD}" STREQUAL "excelsior"))
|
|||
|
||||
FASTRPC_STUB_GEN(../qurt/px4muorb.idl)
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-missing-prototypes -Wno-missing-declarations")
|
||||
LINUX_APP(
|
||||
APP_NAME mainapp
|
||||
IDL_NAME px4muorb
|
||||
|
|
Loading…
Reference in New Issue