mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
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: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user