Skip to content
Snippets Groups Projects
Commit 509f7f9f authored by Mark Charlebois's avatar Mark Charlebois
Browse files

Linux: changed to use submodule version of eigen vs system version


Eigen no longer needs to be installed on the build machine as it is
downloaded as a submodule.

Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
parent 3ab76caa
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ endif
ARCHDEFINES += -DCONFIG_ARCH_BOARD_$(CONFIG_BOARD) \
-D__PX4_LINUX \
-Dnoreturn_function= \
-I/usr/include/eigen3 \
-I$(PX4_BASE)/src/lib/eigen \
-I$(PX4_BASE)/src/platforms/linux/include \
-Wno-error=shadow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment