Skip to content
Snippets Groups Projects
Commit 0a053a50 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/talos-metapkg-ros-control-sot] Switch packages compilation based PREFER.pal-distro

parent 10f2a29c
No related branches found
No related tags found
No related merge requests found
......@@ -37,15 +37,33 @@ include ../../middleware/ros-comm/depend.mk
include ../../wip/py-dynamic-graph-bridge-v3/depend.mk
include ../../wip/sysdep/pal-distro.mk
ifeq (palerbium,${PALDISTRO})
CMAKE_PREFIX_PATH+=/opt/pal/erbium
ifeq (erbium,${PREFER.pal-distro})
ifeq (palerbium,${PALDISTRO})
CMAKE_PREFIX_PATH+=/opt/pal/erbium
else
include ../../wip/pal-hardware-interfaces/depend.mk
include ../../wip/prf-ros-controllers/depend.mk
include ../../motion/ros-control-toolbox/depend.mk
endif
displaytalosmetapkg:
echo 'PREFER.pal-distro:${PREFER.pal-distro}'
echo 'pal-distro-erbium'
else
include ../../wip/pal-hardware-interfaces/depend.mk
include ../../wip/prf-ros-controllers/depend.mk
include ../../motion/ros-control-toolbox/depend.mk
displaytalosmetapkg:
echo 'PREFER.pal-distro:${PREFER.pal-distro}'
echo 'pal-distro-xenial'
endif
include ../../wip/roscontrol-sot/depend.mk
include ../../mk/language/c++.mk
include ../../mk/language/c.mk
include ../../mk/robotpkg.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