From ae64326ad39f3f5afec928a63c32c1d4cafce0b0 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Tue, 11 Dec 2018 19:43:09 +0100
Subject: [PATCH] [wip/py-sot-core-v3] add missing dependency to pinocchio

---
 py-sot-core-v3/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/py-sot-core-v3/Makefile b/py-sot-core-v3/Makefile
index 9f2dd33d..cfa50088 100644
--- a/py-sot-core-v3/Makefile
+++ b/py-sot-core-v3/Makefile
@@ -28,6 +28,7 @@ include ../../${CATEGORIES}/${NAME}-v3/depend.mk
 include ../../devel/boost-headers/depend.mk
 include ../../devel/boost-libs/depend.mk
 include ../../math/eigen3/depend.mk
+include ../../math/pinocchio/depend.mk
 include ../../wip/dynamic-graph-v3/depend.mk
 include ../../wip/py-dynamic-graph-v3/depend.mk
 include ../../pkgtools/pkg-config/depend.mk
-- 
GitLab