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

[wip/pal-hardware-interfaces] Can now handle user preference to use erbium packages

or not
parent f317ad2f
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,15 @@ include ../../lang/ros-message-generation/depend.mk
include ../../lang/ros-message-runtime/depend.mk
include ../../middleware/ros-comm/depend.mk
include ../../wip/sysdep/pal-distro.mk
ifeq (palerbium,${PALDISTRO})
CMAKE_PREFIX_PATH+=/opt/pal/erbium
# PREFER.pal-distro gives the user the choice to compile
# over PAL packages or not.
ifeq (erbium,${PREFER.pal-distro})
ifeq (palerbium,${PALDISTRO})
CMAKE_PREFIX_PATH+=/opt/pal/erbium
else
include ../../wip/prf-ros-control/depend.mk
endif
else
include ../../wip/prf-ros-control/depend.mk
endif
......
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