Skip to content
Snippets Groups Projects
Commit 5d67e129 authored by Antonio El Khoury's avatar Antonio El Khoury
Browse files

[wip/metapod] Add missing dependency to eigen3.

parent 5c3b479b
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ CMAKE_ARGS+= -DBOOST_INCLUDEDIR=${PREFIX.boost-headers}/include
CMAKE_ARGS+= -DBOOST_LIBRARYDIR=${PREFIX.boost-libs}/lib
CMAKE_ARGS+= -ggdb3 -O3 -funroll-loops -march=native -mfpmath=sse
include ../../math/eigen3/depend.mk
include ../../devel/boost-headers/depend.mk
include ../../devel/boost-libs/depend.mk
include ../../pkgtools/pkg-config/depend.mk
......
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