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

[wip/roscontrol-sot] Adding path and arguments for erbium.

parent 0e6b38e4
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,13 @@ include ../../wip/sysdep/pal-distro.mk
include ../../wip/sysdep/pal-distro.mk
ifeq (palerbium,${PALDISTRO})
CMAKE_PREFIX_PATH+=/opt/pal/erbium
CMAKE_ARGS+= -Dcontrol_toolbox_INCLUDE_DIRS=/opt/pal/erbium/include
PATH+=/opt/pal/erbium
PATH+=/bin
PATH+=/usr/bin
PATH+=/sbin
CXXFLAGS+="-I/opt/pal/erbium/include"
include ../../motion/ros-control-toolbox/depend.mk
else
include ../../wip/pal-hardware-interfaces/depend.mk
include ../../wip/prf-ros-control/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