Skip to content
Snippets Groups Projects
Commit e882cc5d authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/ros-genpy] Update depend.mk

. Add a -config.cmake in SYSTEM_SEARCH

. Export GEN{MSG,SRV}_PY_BIN in depend.mk
parent d10fe420
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,16 @@ DEPEND_DIR.ros-genpy?= ../../wip/ros-genpy
SYSTEM_SEARCH.ros-genpy=\
bin/genmsg_py.py \
bin/gensrv_py.py \
share/genpy/cmake/genpy-config.cmake \
'share/genpy/stack.xml:/<version>/s/[^0-9.]//gp' \
'lib/pkgconfig/genpy.pc:/Version/s/[^0-9.]//gp'
export GENMSG_PY_BIN= ${PREFIX.ros-genpy}/bin/genmsg_py.py
export GENSRV_PY_BIN= ${PREFIX.ros-genpy}/bin/gensrv_py.py
CMAKE_ARGS+= -DGENMSG_PY_BIN=${GENMSG_PY_BIN}
CMAKE_ARGS+= -DGENSRV_PY_BIN=${GENSRV_PY_BIN}
endif # ROS_GENPY_DEPEND_MK ------------------------------------------------
DEPEND_DEPTH:= ${DEPEND_DEPTH:+=}
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