From 9e5b1dd6f04862a7e8a4053a5c401f6b56d32920 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Tue, 3 Sep 2019 09:34:52 +0200 Subject: [PATCH] [wip/sot-talos-balance] add missing dependency on talos-data --- sot-talos-balance/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sot-talos-balance/Makefile b/sot-talos-balance/Makefile index 32aae71b..f43dae89 100644 --- a/sot-talos-balance/Makefile +++ b/sot-talos-balance/Makefile @@ -5,7 +5,7 @@ ORG= stack-of-tasks NAME= sot-talos-balance VERSION= 1.5.0 -PKGREVISION= 2 +PKGREVISION= 3 DISTNAME= ${NAME}-${VERSION} @@ -38,6 +38,7 @@ include ../../wip/ddp-actuator-solver/depend.mk include ../../wip/eigen-quadprog/depend.mk include ../../wip/sot-torque-control/depend.mk include ../../pkgtools/pkg-config/depend.mk +include ../../wip/talos-data/depend.mk include ../../mk/sysdep/cmake.mk include ../../mk/sysdep/doxygen.mk include ../../mk/sysdep/graphviz.mk -- GitLab