From 1cd276fed81db215071198621239c6f225b2574e Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Fri, 27 Jul 2018 14:00:42 +0200 Subject: [PATCH] [wip/sot-torque-control] build the package in a standard directory which is required by the gepgitlab buildfarm --- sot-torque-control/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sot-torque-control/Makefile b/sot-torque-control/Makefile index 0225e440..1bcaf84c 100644 --- a/sot-torque-control/Makefile +++ b/sot-torque-control/Makefile @@ -27,10 +27,6 @@ CMAKE_ARGS+= -DPYTHON_LIBRARY=${PYTHON_LIB} CMAKE_ARGS+= -DPYTHON_SITELIB=${PYTHON_SITELIB} CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib -# Build the package in a separate directory -CONFIGURE_DIRS= _build -CMAKE_ARG_PATH= .. - include ../../devel/boost-headers/depend.mk include ../../devel/boost-libs/depend.mk include ../../math/eigen3/depend.mk -- GitLab