Browse Source

fixed bad formating of ekf2 CMakeFile

sbg
Roman 9 years ago committed by tumbili
parent
commit
fcf642fe4e
  1. 23
      src/modules/ekf2/CMakeLists.txt

23
src/modules/ekf2/CMakeLists.txt

@ -31,19 +31,18 @@
# #
############################################################################# #############################################################################
set(MODULE_CFLAGS) set(MODULE_CFLAGS)
if (${OS} STREQUAL "nuttx")
if ($ {OS} STREQUAL "nuttx") list(APPEND MODULE_CFLAGS -Wframe-larger-than=4000)
list(APPEND MODULE_CFLAGS - Wframe - larger - than = 4000) endif()
endif() px4_add_module(
px4_add_module( MODULE modules__ekf2
MODULE modules__ekf2 MAIN ekf2
MAIN ekf2 COMPILE_FLAGS ${MODULE_CFLAGS}
COMPILE_FLAGS $ {MODULE_CFLAGS} STACK 1000
STACK 1000 SRCS
SRCS
ekf2_main.cpp ekf2_main.cpp
DEPENDS DEPENDS
platforms__common platforms__common
git_ecl git_ecl
) )
# vim: set noet ft=cmake fenc=utf-8 ff=unix : # vim: set noet ft=cmake fenc=utf-8 ff=unix :

Loading…
Cancel
Save