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

[wip/sysdep] PALDISTRO detection

parent 44343e6a
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,12 @@ ifndef _paldistro_mk
_paldistro:=$(shell ${SHELL} ${ROBOTPKG_DIR}/wip/sysdep/pal-distro.sh)
export PALDISTRO:= $(word 1,${_paldistro})
#ifeq (yes,$(call exists,${ROBOTPKG_DIR}/wip/sysdep/platform/${PALDISTRO}.mk))
# include ${ROBOTPKG_DIR}/wip/sysdep/platform/${PALDISTRO}.mk
#else
# $(error missing wip/sysdep/platform/${PALDISTRO}.mk)
#endif
ifeq (palerbium,${PALDISTRO})
ifeq (yes,$(call exists,${ROBOTPKG_DIR}/wip/sysdep/platform/${PALDISTRO}.mk))
include ${ROBOTPKG_DIR}/wip/sysdep/platform/${PALDISTRO}.mk
else
$(error missing wip/sysdep/platform/${PALDISTRO}.mk)
endif
endif
endif # ERBIUM_ROS_FLAVOR
CMAKE_PREFIX_PATH+=/opt/pal/erbium
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